sitbon/magg
π πͺ π§ βοΈ π π - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide βInstallation Guide
Detailed Documentation
π πͺ π§ βοΈ π π - Magg: A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand.
Configuration
{
"mcpServers": {
"sitbon-magg": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sitbon-magg"
],
"env": {}
}
}
}