MCP Directory
Back

superset-mcp

by aptro · Python · ★ 186

connect to 50+ data stores via superset mcp server. Can use with open ai agent sdk, Claude app, cursor, windsurf

Install

pip install git+https://github.com/aptro/superset-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "superset-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/aptro/superset-mcp.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@aptro/superset-mcp) MCP server for interacting with Apache Superset, enabling AI agents to connect to and control a Superset instance programmatically. To install Superset Integration for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@aptro/superset-mcp): 1. **Set Up Superset Locally** Run this script to start Superset locally: Once Superset is running, you should be able to access it at http://localhost:8088 with default credentials: - Username: admin - Password: admin 2. **Clone This Repository** Clone this rep…
Read full README on GitHub →

Related ai & ml servers