mcp▌
103 indexed skills · max 10 per page
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.
mcp-apps-builder
mcp-use/mcp-use · Frontend
Mandatory reference guide for building production MCP servers with tools, resources, prompts, and widgets. \n \n Covers foundational concepts (Tool, Resource, Prompt, Widget primitives), server architecture, authentication patterns (OAuth, Supabase, custom), and deployment strategies \n Includes detailed guides for implementing tools, resources, prompts, response formatting, and widget-based UIs with state management and theming \n Documents common anti-patterns (missing validation, improper err
mcp-cli
obra/superpowers-lab · Productivity
Use the mcp CLI tool to dynamically discover and invoke MCP server capabilities without pre-configuring them as permanent integrations.
mcp-server-patterns
affaan-m/everything-claude-code · Backend
The Model Context Protocol (MCP) lets AI assistants call tools, read resources, and use prompts from your server. Use this skill when building or maintaining MCP servers. The SDK API evolves; check Context7 (query-docs for "MCP") or the official MCP documentation for current method names and signatures.
mcp-configure
github/awesome-copilot · Productivity
Configure your Dataverse environment for GitHub Copilot's MCP server integration. \n \n Supports both global (all projects) and project-scoped configuration paths with automatic directory creation \n Auto-discovers Dataverse environments from your Azure account via Power Apps API, or accepts manual URL entry as fallback \n Generates unique server names from organization identifiers and registers servers in the MCP configuration file with GA or Preview endpoint options \n Validates existing confi
mcp-create-adaptive-cards
github/awesome-copilot · Productivity
Adaptive Card response templates for MCP-based API plugins in Microsoft 365 Copilot. \n \n Supports static templates for consistent data formats, dynamic templates for multiple item types, and combined approaches with fallback defaults \n Includes JSONPath-based data mapping, conditional rendering, number formatting, and responsive single-column layouts optimized for Teams, Word, and PowerPoint \n Provides card elements like TextBlock, FactSet, Image, Container, ColumnSet, and actions with templ