Full-featured MCP server for Apache Superset with 128+ tools
Best for Automating the creation and deployment of BI dashboards for new projects.
A comprehensive Model Context Protocol (MCP) server for Apache Superset. Gives AI assistants (Claude, GPT, etc.) full control over your Superset instance — dashboards, charts, datasets, SQL Lab, users, roles, RLS, and more — through 128+ tools.
What it does
- 128+ MCP tools covering the complete Superset REST API
- Full security management including users, roles, RLS, and groups
- Built-in safety validations with confirmation flags and DDL/DML blocking
- Dashboard native filter management and automatic datasource access synchronization
- Support for multiple transport options including HTTP, SSE, and stdio
Setup requirements
Requires 3 environment variables: SUPERSET_URL, SUPERSET_USERNAME, SUPERSET_PASSWORD. Available via uvx and pip.
View Apache Superset details vs
MCP server for Apache Kafka to inspect topics, groups, and manage offsets.
Best for Debugging consumer lag issues by inspecting group offsets and watermarks.
An MCP server implementation for Kafka, allowing LLMs to interact with and manage Kafka clusters.
Cluster Management: View broker details describecluster, describebrokers. Topic Management: List listtopics, create createtopic, delete deletetopic, describe describetopic, and increase partitions create_partitions. Configuration Management: View describeconfigs and modify…
What it does
- Cluster metadata inspection and broker listing
- Full topic lifecycle management including creation and deletion
- Dynamic configuration modification for topics and brokers
- Consumer group monitoring and offset management
- Message production and consumption capabilities
Setup requirements
Requires 2 environment variables: KAFKA_BOOTSTRAP_SERVERS, KAFKA_CLIENT_ID. Available via uv and Docker.
View Kafka MCP details Biggest differences
CompareApache SupersetKafka MCP
Best forAutomating the creation and deployment of BI dashboards for new projects.Debugging consumer lag issues by inspecting group offsets and watermarks.
Standout128+ MCP tools covering the complete Superset REST API.Cluster metadata inspection and broker listing.
Setupuvx or pip, needs 3 env vars, http transport.uv or Docker, needs 2 env vars, http transport.
Transporthttphttp
Community21 GitHub stars10 GitHub stars
Bottom line
Pick Apache Superset if...Automating the creation and deployment of BI dashboards for new projects. 128+ MCP tools covering the complete Superset REST API. uvx or pip, needs 3 env vars, http transport.
Pick Kafka MCP if...Debugging consumer lag issues by inspecting group offsets and watermarks. Cluster metadata inspection and broker listing. uv or Docker, needs 2 env vars, http transport.
The real split here is workflow fit, not raw counts. Apache Superset: Automating the creation and deployment of BI dashboards for new projects. Kafka MCP: Debugging consumer lag issues by inspecting group offsets and watermarks. Apache Superset also has the larger public footprint (21 vs 10 stars).