This MCP server provides comprehensive control over an Apache Superset instance, allowing AI assistants to manage dashboards, charts, datasets, and user roles through a wide array of tools.
From the registry: Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security
Please install the `mcp-superset` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Apache Superset instance** — Requires a reachable Superset instance with admin credentials (https://superset.apache.org/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["mcp-superset","--transport","stdio"]
- required environment variables:
- `SUPERSET_BASE_URL`: Superset base URL (example: `https://superset.example.com`)
- `SUPERSET_USERNAME`: Superset admin username (example: `admin`)
- `SUPERSET_PASSWORD`: Superset admin password (example: `<your-password>`)
- optional environment variables:
- `SUPERSET_AUTH_PROVIDER`: Auth provider (db or ldap) (example: `db`)
Note: Supports stdio, streamable-http, and sse transports via --transport flag.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SUPERSET_BASE_URLrequiredThe base URL of the Superset instance.SUPERSET_USERNAMErequiredThe username for authenticating with Superset.SUPERSET_PASSWORDrequiredThe password for authenticating with Superset.