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

Installation

npx -y magg

Configuration

{
  "mcpServers": {
    "magg": {
      "command": "npx",
      "args": ["-y", "magg"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub