这个服务器可以为你安装其他 MCP 服务器。安装它之后,你可以让 Claude 为你安装托管在 npm 或 PyPi 上的 MCP 服务器。需要分别为 Node 和 Python 服务器安装 npx
和 uv
。
将以下内容添加到你的 claude_desktop_config.json
文件中(macOS 系统下位于 ~/Library/Application Support/Claude
,Windows 系统下位于 C:\Users\NAME\AppData\Roaming\Claude
):
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}

嘿 Claude,安装名为 mcp-server-fetch 的 MCP 服务器
嘿 Claude,安装 @modelcontextprotocol/server-filesystem 包作为 MCP 服务器。使用参数 ['/Users/anibetts/Desktop']
嗨 Claude,请安装位于 /Users/anibetts/code/mcp-youtube 的 MCP 服务器,我自己太懒了不想做。
安装 @modelcontextprotocol/server-github 服务器。设置环境变量 GITHUB_PERSONAL_ACCESS_TOKEN 为 '1234567890'