Skip to content
MCP Server Community By @sitbon

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 β†’
Connected Apps: sitbon/magg Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-sitbon-magg

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": {}
    }
  }
}