mcp▌
88 indexed skills · max 10 per page
build-mcp-app
anthropics/claude-plugins-official · Frontend
An MCP app is a standard MCP server that also serves UI resources — interactive components rendered inline in the chat surface. Build once, runs in Claude and ChatGPT and any other host that implements the apps surface.
flowstudio-power-automate-mcp
github/awesome-copilot · Productivity
Programmatic Power Automate flow management via FlowStudio MCP server. \n \n List, read, and monitor cloud flows directly from the Power Automate API without UI or manual steps \n Inspect run history, per-action error details, and trigger outputs; resubmit failed runs or cancel active executions \n Update flow definitions, manage connections, and retrieve HTTP-triggered flow callback URLs \n Requires FlowStudio MCP subscription with JWT token authentication; Python or Node.js helper functions pr
csharp-mcp-server-generator
github/awesome-copilot · Backend
Scaffold a production-ready C# MCP server with tools, logging, and proper configuration. \n \n Generates a complete .NET 8.0+ console application with Host builder pattern, DI configuration, and stdio transport setup \n Includes automatic tool discovery via WithToolsFromAssembly() , attribute-based tool definitions, and structured logging routed to stderr \n Provides example tool implementations with parameter validation, async support, and McpProtocolException error handling \n Covers project s
php-mcp-server-generator
github/awesome-copilot · Backend
Scaffold production-ready PHP MCP server projects with tools, resources, prompts, and tests. \n \n Generates complete project structure with composer.json, server.php, and PSR-4 autoloading configured for the official PHP SDK \n Supports three transport types (stdio, HTTP, or both) and includes attribute-based tool, resource, and prompt definitions with schema validation \n Provides templated examples for simple tools, validated parameters, enum-based operations, static resources, and dynamic re
go-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. \n \n Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling \n Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling \n Includes configuration management via environment variables, basic test structure, and README document
python-mcp-server-generator
github/awesome-copilot · Backend
Complete Python MCP server project generator with tools, resources, and proper configuration. \n \n Scaffolds a new Python project using uv with MCP SDK, proper directory structure, and .gitignore \n Supports both stdio (local) and streamable-http (remote) transport types with optional host, port, and stateless mode configuration \n Generates decorated tools, resources, and prompts with automatic schema generation from type hints and docstrings \n Includes comprehensive error handling, async/awa
mcp-copilot-studio-server-generator
github/awesome-copilot · Backend
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards. \n \n Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with x-ms-agentic-protocol: mcp-streamable-1.0 support \n Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility \n Generates
mcp-integration
anthropics/claude-code · Productivity
Integrate external services into Claude Code plugins via Model Context Protocol servers with four transport types. \n \n Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication \n Configure servers in .mcp.json or inline in plugin.json with environment variable expansion and automatic tool discovery and prefixing \n Handles authentication patterns including OAuth flow
mcp-builder
sickn33/antigravity-awesome-skills · Frontend
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
mcp-management
mrgoonie/claudekit-skills · Productivity
Skill for managing and interacting with Model Context Protocol (MCP) servers.