Install mcp-installer for Claude Desktop
mainTo use mcp-installer to automate the installation of other MCP servers, add it to your Claude Desktop configuration file.
Configuration Locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
C:\Users\NAME\AppData\Roaming\Claude\claude_desktop_config.json
Prerequisites:
npxmust be installed to handle Node.js-based servers.uvmust be installed to handle Python-based servers.
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}