MCP Server
MCP
MCP Superset
Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security
Install
uvx mcp-superset
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment