Servers
MCP Installer
@bbangjooo
MCP server that installs MCP Servers
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-installer-bbangjooo": {
"command": "npx",
"args": [
"@bbangjo/mcp-installer",
"--client",
"<client-type>",
"--key",
"<your-smithery-api-key>"
]
}
}
}