superset (MCP Server)

GitHub

Superset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "superset": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-superset"
      ]
    }
  }
}