general MCP Server
An MCP server that installs other MCP servers for you
Discovered via unknown and last synced 2mo ago.
1. Install the package
npx @anaisbetts/mcp-installer
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-anaisbetts-mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)