MCP Superset for Cursor
io.github.bintocher/mcp-superset
Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security
client:Cursor
transport:stdio
runtime:pypi
Install MCP Superset in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-superset": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-superset"
],
"env": {
"SUPERSET_BASE_URL": "<SUPERSET_BASE_URL>",
"SUPERSET_USERNAME": "<SUPERSET_USERNAME>",
"SUPERSET_PASSWORD": "<SUPERSET_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs