·mcp-integration
</>

mcp-integration

aiskillstore/marketplace

当用户要求“添加 MCP 服务器”、“集成 MCP”、“在插件中配置 MCP”、“使用 .mcp.json”、“设置模型上下文协议”、“连接外部服务”、提及“${CLAUDE_PLUGIN_ROOT} 与 MCP”或讨论 MCP 服务器类型(SSE、stdio、HTTP、WebSocket)时,应使用此技能。提供将模型上下文协议服务器集成到 Claude Code 插件中以进行外部工具和服务集成的全面指导。

38安装·0热度·@aiskillstore

安装

$npx skills add https://github.com/aiskillstore/marketplace --skill mcp-integration

SKILL.md

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.

Execute local MCP servers as child processes. Best for local tools and custom servers.

Connect to hosted MCP servers with OAuth support. Best for cloud services.

当用户要求“添加 MCP 服务器”、“集成 MCP”、“在插件中配置 MCP”、“使用 .mcp.json”、“设置模型上下文协议”、“连接外部服务”、提及“${CLAUDE_PLUGIN_ROOT} 与 MCP”或讨论 MCP 服务器类型(SSE、stdio、HTTP、WebSocket)时,应使用此技能。提供将模型上下文协议服务器集成到 Claude Code 插件中以进行外部工具和服务集成的全面指导。 来源:aiskillstore/marketplace。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aiskillstore/marketplace --skill mcp-integration
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 mcp-integration?

当用户要求“添加 MCP 服务器”、“集成 MCP”、“在插件中配置 MCP”、“使用 .mcp.json”、“设置模型上下文协议”、“连接外部服务”、提及“${CLAUDE_PLUGIN_ROOT} 与 MCP”或讨论 MCP 服务器类型(SSE、stdio、HTTP、WebSocket)时,应使用此技能。提供将模型上下文协议服务器集成到 Claude Code 插件中以进行外部工具和服务集成的全面指导。 来源:aiskillstore/marketplace。

如何安装 mcp-integration?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aiskillstore/marketplace --skill mcp-integration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/aiskillstore/marketplace