mcp▌
103 indexed skills · max 10 per page
mcp-hub
claude-office-skills/skills · Productivity
This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.
mcp-developer
jeffallan/claude-skills · Productivity
Build and debug MCP servers and clients connecting AI systems with external tools and data sources. \n \n Supports TypeScript (Node.js SDK) and Python (FastMCP) for implementing tool handlers, resource providers, and prompt templates with Zod or Pydantic schema validation \n Covers three transport layers: stdio (local), HTTP, and SSE (streaming), with JSON-RPC 2.0 protocol compliance and interactive debugging via the MCP inspector \n Includes scaffolding workflows, schema design patterns, and er
mapbox-mcp-devkit-patterns
mapbox/mapbox-agent-skills · Productivity
This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
mcp-builder
composiohq/awesome-claude-skills · Frontend
Comprehensive guide for building high-quality MCP servers that enable LLMs to interact with external services. \n \n Four-phase workflow covering research, implementation, review, and evaluation with detailed checklists and best practices for each stage \n Agent-centric design principles including workflow optimization, context efficiency, actionable error messages, and evaluation-driven development \n Language-specific implementation guides for Python (FastMCP) and Node/TypeScript with SDK docu
ruby-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready MCP servers in Ruby using the official SDK with complete project scaffolding. \n \n Generates a full project structure with tools, prompts, resources, tests, and configuration files following Ruby conventions \n Includes input/output schemas, tool annotations, and structured content support for type-safe MCP implementations \n Provides example tools (greet, calculate), prompts (code review), and resources with comprehensive test coverage using Minitest \n Supports stdio
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
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.
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
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
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