MCP安装程序 - 用于安装MCP服务器的MCP服务器
这个服务器是一个为您安装其他MCP服务器的服务器。安装它后,您可以请求Claude为您安装托管在npm或PyPi上的MCP服务器。需要 npx 和 uv 分别安装到节点和Python服务器上。
安装方法:
把这放到你的 claude_desktop_config.json (要么在 ~/Library/Application Support/Claude 在macOS上或 C:\Users\NAME\AppData\Roaming\Claude 在Windows上:
JSON``` 1 2 3 4 5 6 7 8 “mcpServers”: { “mcp-installer”: { “command”: “npx”, “args”: [ “@anaisbetts/mcp-installer” ] } }
### 示例提示
> 嘿,克劳德,安装名为mcp-server-fetch的MCP服务器
> 嘿,克劳德,安装@modelcontextprotocol/server-filesystem包作为MCP服务器。使用 [‘/Users/anibetts/Desktop’] 作为参数
> 你好Claude,请在/Users/anibetts/code/mcp-youtube安装MCP服务器,我自己太懒了不想弄。
> 安装服务器 @modelcontextprotocol/server-github。将环境变量 GITHUB_PERSONAL_ACCESS_TOKEN 设置为 ‘1234567890’