MCP Integration Skill
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDEPLUGINROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidanc Published by anthropics in claude-code.
What is MCP Integration Skill?
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDEPLUGINROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidanc Published by anthropics in claude-code. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Technical details
- Install or run with Copy skill directory
When to use MCP Integration Skill
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-code
- Skill file: plugins/plugin-dev/skills/mcp-integration/SKILL.md
What it does
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDEPLUGINROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidanc
Skill instructions
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: - Connect to external services (databases, APIs, file systems) - Provide 10+ related tools from a single service - Handle OAuth and complex authentication flows - Bundle MCP servers with plugins for automatic setup MCP Server Configuration Methods Plugins can bundle MCP servers in two ways: Method 1: Dedicated .mcp.json (Recommended) Create .mcp.json at plugin root: json { "database-tools": { "command": "${CLAUDEPLUGINROOT}/servers/db-server", "args": ["--config", "${CLAUDEPLUGINROOT}/config.json"], "env": { "DBURL": "${DBURL}" } } } Benefits: - Clear separation of concerns - Easier to maintain - Better for multiple servers Method 2: Inline in plugin.json Add mcpServers field to plugin.json: json
Explore related resources
Frequently asked questions
What is MCP Integration?
MCP Integration is a open-source AI agent skill with Copy skill directory. This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions.
Who is MCP Integration best for?
MCP Integration is best for reusing agent instructions, scripts, and references, database workflows.
How do I install MCP Integration?
Install or run MCP Integration using Copy skill directory. Check MCP Integration for the latest setup command.
Is MCP Integration actively maintained?
MCP Integration may need a closer maintenance check before production use.
Auto-fetched from GitHub.