Superset MCP Integration
@aptro
关于 Superset MCP Integration
connect to 50+ data stores via superset mcp server. Can use with open ai agent sdk, Claude app, cursor, windsurf
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"darkMode": "light",
"scale": 0,
"locale": "en-US",
"mcpServers": {
"superset-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@aptro/superset-mcp",
"--key",
"83cb7c57-dd21-4b5c-a442-dd4b91d2cce4",
"--config",
"\"{\\\"supersetBaseUrl\\\":\\\"https://superset.supover.com/\\\"}\""
],
"env": {
"SUPERSET_USERNAME": "admin",
"SUPERSET_PASSWORD": "thien123"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Superset MCP Integration?
MCP server for interacting with Apache Superset, enabling AI agents to connect to and control a Superset instance programmatically.
How to use Superset MCP Integration?
Install via Smithery (npx -y @smithery/cli install @aptro/superset-mcp --client claude) or manually: set up Superset (tested with version 4.1.1) using Docker, clone the repo, create a .env file with SUPERSET_BASE_URL, SUPERSET_USERNAME, and SUPERSET_PASSWORD, install dependencies with uv pip install ., then run mcp install main.py for Claude Desktop.
Key features of Superset MCP Integration
- Dashboard CRUD operations (list, get, create, update, delete)
- Chart creation, update, and deletion
- Database connection management and SQL validation
- Dataset listing, retrieval, and creation
- SQL Lab query execution and formatting
- Tag management for organizing content
Use cases of Superset MCP Integration
- Manage dashboards and charts via natural language requests to Claude
- Execute, format, and estimate cost of SQL queries through Claude
- Create and update database connections programmatically
- List and inspect datasets, tables, schemas, and catalogs
- Organize content by tagging dashboards, charts, and other objects
FAQ from Superset MCP Integration
How do I install the Superset MCP Integration?
Install automatically via Smithery or manually: start Superset (version 4.1.1) with Docker, configure .env with your Superset credentials, install dependencies with uv pip install ., then run mcp install main.py for Claude Desktop.
What MCP tools are available?
Over 60 tools covering authentication, dashboards, charts, databases, datasets, SQL Lab, queries, saved queries, user info, activity, system, tags, exploration, and advanced data types.
How are credentials stored and handled?
Superset credentials are stored only in your local .env file, and the access token is stored in .superset_token in the project directory. No credentials are transmitted to Claude or any third parties.
What version of Superset is supported?
The integration is tested with Superset version 4.1.1.
How can I troubleshoot authentication issues?
Verify your credentials in the .env file, ensure Superset is running and accessible at the URL specified, and check that the port used by the MCP server is not being used by another application.
AI 与智能体 分类下的更多 MCP 服务器
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
评论