anaisbetts/mcp-installer
An MCP server that installs other MCP servers for you.
Quick Start
Clone the repository:
git clone https://github.com/anaisbetts/mcp-installerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"-y",
"anaisbetts/mcp-installer"
]
}
}
}Check the repository README for specific installation and configuration instructions.