superset-mcp

aptro/superset-mcp
★ 173 stars Python 🤖 AI/LLM Updated 1mo ago
connect to 50+ data stores via superset mcp server. Can use with open ai agent sdk, Claude app, cursor, windsurf
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "superset-mcp": {
      "command": "uvx",
      "args": [
        "superset-mcp"
      ]
    }
  }
}

Or install with pip: pip install superset-mcp