此服务器是一个能够为您安装其他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'