MCP Apache Superset
Related Servers
Alternatives to MCP Apache Superset
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables AI to create and manage Apache Superset dashboards, including adding charts and native filters from datasets.17-
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server for Apache Superset. Gives AI assistants full control over your Superset instance — dashboards, charts, datasets, SQL Lab, users, roles, RLS, and more — through 137 tools.MIT
- AlicenseBqualityFmaintenanceMCP server enabling AI agents to programmatically connect to and control Apache Superset instances, allowing users to manage dashboards, charts, databases, datasets, and run SQL queries through natural language interactions.60190MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables large language models to interact with Apache Superset databases through REST API, supporting database queries, table lookups, field information retrieval, and SQL execution.45-
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Metabase for database queries, SQL execution, dashboard management, and analytics workflows via natural language.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to manage Apache Superset BI metadata (charts, dashboards, datasets, and queries) via MCP, with a read-only default and optional governed write access.-
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose: execution, individual detail retrieval, or listing. No two tools overlap in functionality, as get_chart returns metadata while get_chart_data executes the chart's query, and listers are separate from getters.
All tools follow a consistent verb_noun snake_case pattern (e.g., execute_sql, get_chart, list_dashboards). Compound names like get_chart_data are clear and do not break the pattern.
12 tools is a well-scoped set for an Apache Superset MCP server, covering the major read operations and SQL execution without being excessive or insufficient.
The tool set is heavily read-only, lacking any create, update, or delete operations for charts, dashboards, databases, or datasets. While execute_sql allows data modification, management of Superset resources is absent, which is a notable gap for a server named after the full platform.