About
Overview
The Apache Superset MCP Server enables AI agents to interact with Apache Superset for data exploration and visualization. It provides tools for running SQL queries, managing dashboards, creating charts, and accessing data sources.
Capabilities
Tools & Capabilities
⚡execute_query
Run a SQL query through Superset
⚡list_dashboards
List dashboards
⚡list_databases
List database connections
⚡list_charts
List saved charts
Setup
Installation
bash
Install
pip install mcp-server-supersetExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"superset": {
"command": "python",
"args": ["-m", "mcp_server_superset"],
"env": { "SUPERSET_URL": "http://localhost:8088", "SUPERSET_TOKEN": "your-token" }
}
}
}Quick Info
Authorcommunity
LanguagePython
StatusBeta
Stars★ 35
Last UpdatedFeb 12, 2026