What is the MCP Superset MCP server?
Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security
How to install MCP Superset
Copy-paste configuration for popular MCP clients.
SUPERSET_BASE_URLrequiredBase URL of your Apache Superset instance
SUPERSET_USERNAMErequiredSuperset username for authentication
SUPERSET_PASSWORDrequiredsecretSuperset password for authentication
{
"mcpServers": {
"mcp-superset": {
"command": "uvx",
"args": [
"mcp-superset"
],
"env": {
"SUPERSET_BASE_URL": "<YOUR_SUPERSET_BASE_URL>",
"SUPERSET_USERNAME": "<YOUR_SUPERSET_USERNAME>",
"SUPERSET_PASSWORD": "<YOUR_SUPERSET_PASSWORD>"
}
}
}
}{
"mcpServers": {
"mcp-superset": {
"command": "uvx",
"args": [
"mcp-superset"
],
"env": {
"SUPERSET_BASE_URL": "<YOUR_SUPERSET_BASE_URL>",
"SUPERSET_USERNAME": "<YOUR_SUPERSET_USERNAME>",
"SUPERSET_PASSWORD": "<YOUR_SUPERSET_PASSWORD>"
}
}
}
}{
"mcpServers": {
"mcp-superset": {
"command": "uvx",
"args": [
"mcp-superset"
],
"env": {
"SUPERSET_BASE_URL": "<YOUR_SUPERSET_BASE_URL>",
"SUPERSET_USERNAME": "<YOUR_SUPERSET_USERNAME>",
"SUPERSET_PASSWORD": "<YOUR_SUPERSET_PASSWORD>"
}
}
}
}{
"servers": {
"mcp-superset": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-superset"
],
"env": {
"SUPERSET_BASE_URL": "<YOUR_SUPERSET_BASE_URL>",
"SUPERSET_USERNAME": "<YOUR_SUPERSET_USERNAME>",
"SUPERSET_PASSWORD": "<YOUR_SUPERSET_PASSWORD>"
}
}
}
}claude mcp add mcp-superset --env SUPERSET_BASE_URL=<YOUR_SUPERSET_BASE_URL> --env SUPERSET_USERNAME=<YOUR_SUPERSET_USERNAME> --env SUPERSET_PASSWORD=<YOUR_SUPERSET_PASSWORD> -- uvx mcp-supersetRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.