preset-mcp
Related Servers
Alternatives to preset-mcp
No user-submitted related servers found.
Related Servers
- 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
- AlicenseNot gradedqualityCmaintenanceAn MCP server for Apache Superset that enables AI models to manage dashboards, create charts with auto-detection, and execute SQL queries programmatically. It utilizes stateless HTTP transport to ensure compatibility with integration tools like Open WebUI.153 npmMIT
- FlicenseBqualityDmaintenanceAn MCP server that provides AI assistants with full access to Apache Superset instances, enabling interaction with dashboards, charts, datasets, databases, and SQL execution capabilities.34-
- AlicenseAqualityAmaintenanceFull-featured MCP server for Apache Superset — 135+ tools for dashboards, charts, datasets, SQL Lab, security (users, roles, RLS, groups), audit, and more. Built-in safety validations.100634 PyPI56MIT
- AlicenseAqualityBmaintenanceModel Context Protocol (MCP) server for Redash - manage queries, dashboards, and visualizations through AI assistants like Claude.6MIT
TDQS
Scored across 59 tools
Most tools target distinct resources (dashboards, charts, datasets, annotations, etc.), but there is overlap among validation and verification tools (validate_chart vs validate_chart_render vs verify_chart_workflow) that could confuse an agent. The core CRUD tools are well-separated.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_dashboards, create_chart, delete_annotation). Even compound tools like validate_chart_render maintain this pattern without mixing styles.
With 59 tools, the server is over-scoped. While Preset is complex, many tools could be consolidated (e.g., multiple validate/verify tools, separate repair tools). Typically a well-scoped MCP server has 3-15 tools; this far exceeds that range.
The tool set covers most lifecycle operations for dashboards, charts, datasets, annotations, etc., but lacks delete operations for charts and datasets, which are important gaps. Import/export and repair tools are present, so overall it's decent but incomplete.