# apache/superset | Model Context Protocol (MCP) Server > Apache Superset is a Data Visualization and Data Exploration Platform - **Stars**: ⭐ 74,245 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "superset": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-superset" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "superset": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-superset" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-superset` - **Docker**: `docker run -i --rm mcp/superset`