Back to MCP Servers
Installer
An MCP server that installs other MCP servers for you.
other-tools-and-integrations
By anaisbetts
Installation
npx -y mcp-installerConfiguration
{
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": ["-y", "mcp-installer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes