MCP Superset✓
io.github.bintocher/mcp-superset · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bintocher/mcp-superset",
"description": "Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security",
"title": "MCP Superset",
"repository": {
"url": "https://github.com/bintocher/mcp-superset",
"source": "github"
},
"version": "0.2.3",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-superset",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Apache Superset instance",
"isRequired": true,
"format": "string",
"name": "SUPERSET_BASE_URL"
},
{
"description": "Superset username for authentication",
"isRequired": true,
"format": "string",
"name": "SUPERSET_USERNAME"
},
{
"description": "Superset password for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPERSET_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}