Odel
MCP Superset

MCP Superset

Local
@bintocher56PythonMITUpdated 6 days ago

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-supersetv0.2.3

Run

uvx mcp-superset

MCP client config

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