superset

GitHub

Apache Superset is a Data Visualization and Data Exploration Platform

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "superset": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-superset"
      ]
    }
  }
}