MCP Superset
Rank #3,233io.github.bintocher/mcp-superset
MCP server providing superset capabilities
MCP Superset is a Model Context Protocol (MCP) server published by bintocher. It ranks #3,233 of 115,591 servers tracked on MCP Toplist, and its repository has 56 GitHub stars. MCP Superset is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 112,358 of 115,591 servers on MCP Toplist.
Use MCP Superset
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-superset -e "SUPERSET_BASE_URL=<your SUPERSET_BASE_URL>" -e "SUPERSET_USERNAME=<your SUPERSET_USERNAME>" -e "SUPERSET_PASSWORD=<your SUPERSET_PASSWORD>" -- uvx mcp-supersetReplace each placeholder with your own value before saving.
[mcp_servers.mcp-superset]
command = "uvx"
args = ["mcp-superset"]
[mcp_servers.mcp-superset.env]
SUPERSET_BASE_URL = "<your SUPERSET_BASE_URL>"
SUPERSET_USERNAME = "<your SUPERSET_USERNAME>"
SUPERSET_PASSWORD = "<your SUPERSET_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bintocher%2Fmcp-superset)<a href="https://mcptoplist.com/server/io.github.bintocher%2Fmcp-superset"><img src="https://mcptoplist.com/badge/io.github.bintocher%2Fmcp-superset.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
bintocher
Other servers by bintocher
View all bintocher servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.3 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Superset?
- MCP Superset is maintained by bintocher, which publishes 2 MCP servers (20 total versions) tracked on MCP Toplist.
- Is MCP Superset listed on the Official MCP Registry?
- Yes — MCP Superset is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Superset have?
- MCP Toplist tracks 2 versions of MCP Superset, most recently published on Mar 10, 2026.
- Where can I find the source code for MCP Superset?
- The source code for MCP Superset is hosted at github.com/bintocher/mcp-superset.