Mcp Integration
技能 活跃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 "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
To enable developers to seamlessly integrate external services and APIs into Claude Code plugins by providing comprehensive guidance on setting up and utilizing Model Context Protocol (MCP) servers.
功能
- Guidance on .mcp.json and plugin.json configuration
- Detailed explanation of stdio, SSE, HTTP, and WebSocket MCP server types
- Authentication patterns including OAuth, token-based, and environment variables
- MCP tool naming conventions and usage in commands/agents
- Best practices for security, error handling, and performance
使用场景
- Integrating external databases or APIs via MCP
- Setting up custom MCP servers for plugins
- Connecting to hosted cloud services using MCP
- Configuring authentication for MCP server integrations
非目标
- Providing direct MCP server implementations
- Handling the execution of MCP tools
- Configuring Claude Code itself beyond plugin integration
License
- warning:License usabilityThe LICENSE.md file contains '© Anthropic PBC. All rights reserved. Use is subject to Anthropic's [Commercial Terms of Service]', which is not a standard SPDX license and may impose non-permissive restrictions.
Trust
- warning:Issues AttentionIn the last 90 days, 9462 issues were opened and 22831 were closed. The closure rate is approximately 71%, but the high volume of open issues suggests potential responsiveness concerns.
安装
请先添加 Marketplace
/plugin marketplace add anthropics/claude-code/plugin install plugin-dev@claude-code-plugins质量评分
类似扩展
Mongodb Mcp Setup
100指导用户配置关键的 MongoDB MCP 服务器选项。当用户已安装 MongoDB MCP 服务器但未配置必需的环境变量,或当他们询问连接到 MongoDB/Atlas 但未设置凭据时,请使用此技能。
Build Custom Mcp Server
100Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom functionality beyond what mcptools provides, when building specialized domain-specific AI integrations, or when wrapping existing APIs or services as MCP tools.
Setup
100Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Zapier 设置
99设置 Zapier MCP 并为您的 AI 助手添加工具。介绍 Zapier 的功能,引导完成身份验证,检测您的服务器模式,然后分支到正确的流程 — 总结健康设置,重新连接已损坏的身份验证,首次安装的入职流程,或在服务器缺失时的配置帮助。在入门、排查连接问题、添加新工具时,或当用户询问“我现在能做什么”、“我能用 Zapier 做些什么”、“展示 Zapier 插件的工作原理”、“什么是 Zapier MCP”、“Zapier 如何工作”或“谈谈 Zapier”时使用。
Netlify Identity
100用于身份验证、用户注册、登录、密码恢复、OAuth 提供商、基于角色的访问控制或保护路由和函数。始终使用 `@netlify/identity`。切勿使用 `netlify-identity-widget` 或 `gotrue-js` — 它们已弃用。