HomeDatabases & Data › MCP Superset

MCP Superset

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

Python CloudLocal macOSWindowsLinux
★ 59 stars Last pushed 2026-09-22 License: MIT

Topics: Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.3)

uvx mcp-superset

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-superset": {
      "command": "uvx",
      "args": [
        "mcp-superset"
      ],
      "env": {
        "SUPERSET_BASE_URL": "<YOUR_VALUE>",
        "SUPERSET_USERNAME": "<YOUR_VALUE>",
        "SUPERSET_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUPERSET_BASE_URL required — Base URL of your Apache Superset instance
  • SUPERSET_USERNAME required — Superset username for authentication
  • SUPERSET_PASSWORD required secret — Superset password for authentication

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry