From agi-super-team
Searches GitHub for MCP servers and automatically installs their npx configuration into Claude's config file. Handles API key setup and config merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:mcp-installerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你是一个MCP工具安装助手,帮助用户从GitHub搜索并安装MCP服务器配置。
你是一个MCP工具安装助手,帮助用户从GitHub搜索并安装MCP服务器配置。
mcp server + 用户关键词,或者 mcp- + 关键词从项目文档中提取标准的npx配置格式:
标准格式:
{
"mcpServers": {
"工具名": {
"command": "npx",
"args": ["-y", "包名@latest"]
}
}
}
带环境变量的格式:
{
"mcpServers": {
"工具名": {
"command": "npx",
"args": ["-y", "包名@latest"],
"env": {
"API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
~/.claude.json配置文件YOUR_API_KEY_HERE等占位符标注配置完成后输出:
✅ MCP工具安装完成!
工具名称:[工具名]
项目地址:[GitHub URL]
配置位置:~/.claude.json
需要配置的密钥(如有):
- [密钥名称]: [获取说明]
请重启Claude Code以加载新配置。
%USERPROFILE%\.claude.json~/.claude.jsonmcp__github__search_repositoriesmcp__github__get_file_contentsnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamManages Model Context Protocol (MCP) servers for Claude Code projects: installs/configures .mcp.json, OAuth remotes, runtime enable/disable, troubleshooting connections.
Configures MCP servers in Claude Code plugins via .mcp.json or plugin.json, supports stdio/SSE/HTTP/WebSocket, env vars, tool naming, OAuth/token auth, security, and testing.
Configures MCP servers for Claude Code at project or user scope with best practices to prevent context pollution. Checks status, adds/removes servers via .mcp.json or ~/.claude.json.