Back to MCP Servers
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.
aggregatorsaillm
By sitbon
Installation
npx -y maggConfiguration
{
"mcpServers": {
"magg": {
"command": "npx",
"args": ["-y", "magg"]
}
}
}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