MCP Integration

作者: anthropic

通过模型上下文协议服务器的四种传输类型,将外部服务集成到Claude Code插件中。支持四种服务器类型:用于本地进程的stdio、支持OAuth认证托管服务的SSE、使用令牌认证的REST API的HTTP,以及用于实时双向通信的WebSocket。可在.mcp.json或plugin.json中内联配置服务器,支持环境变量扩展、自动工具发现和前缀添加。处理包括OAuth流程在内的认证模式...

npx skills add https://github.com/anthropics/claude-code --skill 'MCP Integration'