Superset
Freeby MCP Community
MCP server for reading and editing Apache Superset dataset data
v1.7.0Added Apr 12, 2026
mcpsupersetdatasetapache-supersetmodel-context-protocol
Superset MCP Server
MCP server for reading and editing Apache Superset dataset data
Installation
Reviews
Installation
Quick install
npx -y superset-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"superset": {
"command": "npx",
"args": ["-y", "superset-mcp"]
}
}
}