Using superset-mcp with superset.apache.local

Python integration

Install
pip install superset-mcp
Quick start
import superset-mcp

# Set your API key
client = superset_mcp.Client(api_key="YOUR_API_KEY")
Get a list of models
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/log/
Get the menu data structure. Returns a forest like structure with the menu th…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/menu/
Get a list of charts, use Rison or JSON query parameters for filtering, sorti…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/chart/
SDK on GitHub 📄 API Docs
SDK
superset-mcp
Python
API
superset.apache.local
superset.apache.local:superset
At a glance
Language Python
Endpoints120
Base URLhttp://superset.apache.local