mcpbeat Sign in

MCP Superset MCP Server

by bintocher Your server? Claim it
local only

MCP Superset runs on your own machine — the client starts it, so there is no endpoint to ping. 665 installs a week from pypi. Last commit 13 Sep 2026.

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

Installs per day peak 217 · avg 118 · -16% w/w
a month agotoday
665
Installs / week
pypi · mcp-superset
57
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Superset every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-superset -- uvx mcp-superset
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-superset": {
      "args": [
        "mcp-superset"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-superset]
command = "uvx"
args = ["mcp-superset"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-superset": {
      "args": [
        "mcp-superset"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-superset": {
      "args": [
        "mcp-superset"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SUPERSET_BASE_URL (Base URL of your Apache Superset instance), SUPERSET_USERNAME (Superset username for authentication), SUPERSET_PASSWORD (Superset password for authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Superset

same job, measured the same way
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

55 installs/wk local only
Databricks MCP Server
by pramodbhatofficial

263 tools for Databricks: Unity Catalog, SQL, Compute, Jobs, Serving, and more.

78 installs/wk local only
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
Tmdb MCP Server
by tcehjaava

MCP server for The Movie Database (TMDB) API

57 installs/wk local only

MCP Superset — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Superset?
MCP Superset runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-superset was installed 665 times last week.
How do I connect MCP Superset?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-superset straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Superset?
The pypi package mcp-superset was installed 665 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Superset open source?
Yes — it is published under the MIT licence, written in Python and 57 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.