WIP: MCP Server Superset
@LiusCraft
关于 WIP: MCP Server Superset
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"superset-mcp-server": {
"command": "npx",
"args": [
"-y",
"https://github.com/LiusCraft/superset-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is WIP: MCP Server Superset?
WIP: MCP Server Superset is a Model Context Protocol (MCP) server built on the Apache Superset REST API. It allows large language models to perform basic database queries, such as querying databases, tables, fields, and executing SQL.
How to use WIP: MCP Server Superset?
Use npx -y https://github.com/LiusCraft/superset-mcp-server and set the environment variables SUPERSET_URL, SUPERSET_USERNAME, SUPERSET_PASSWORD. Authentication is via LDAP. Alternatively, clone the repo, install dependencies with npm install, then run npm run build followed by npm start for production.
Key features of WIP: MCP Server Superset
- Query databases via Apache Superset
- Query tables from connected databases
- Query fields (columns) of tables
- Execute SQL statements through the MCP interface
Use cases of WIP: MCP Server Superset
- Allow an LLM to explore available databases in Superset
- Let an LLM retrieve table schemas for analysis
- Enable natural-language-driven SQL query execution on Superset
- Integrate Superset data access into AI-powered workflows
FAQ from WIP: MCP Server Superset
What does WIP: MCP Server Superset do?
It acts as an MCP server that exposes Apache Superset’s database query capabilities to large language models, enabling them to list databases, tables, fields, and execute SQL.
What are the runtime requirements?
Node.js version 14.0.0 or higher is required.
How does authentication work?
Authentication uses LDAP. You must provide SUPERSET_URL, SUPERSET_USERNAME, and SUPERSET_PASSWORD as environment variables.
How do I start the server?
For production, run npm run build and then npm start. For testing, use npm run src/examples/superset-example.ts or npm run inspector for debugging.
Is this project ready for production?
The README indicates it is a work in progress (WIP). The server is functional but may still be under development.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

EverArt
modelcontextprotocolModel Context Protocol Servers
评论