Skip to main content
AggregatorsPython

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.

aggregatorscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/sitbon/magg

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
Python
Author
sitbon