apache-superset-mcp.md

Apache Superset MCP

UI App
from"apache"
680

Data exploration and visualization platform with interactive dashboards

Data & Analytics
SupersetdashboardsexplorationBI
install.sh
# Clone the repository
$git clone https://github.com/apache/superset-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve