Metabase
Related Servers
Alternatives to Metabase
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA high-performance Model Context Protocol (MCP) server designed for large language models, enabling real-time communication between AI models and applications with support for session management and intelligent tool registration.2MIT
- FlicenseNot gradedqualityDmaintenanceModel Context Protocol (MCP) server that gives AI assistants a safe, correct data-analyst capability over business metrics - without raw SQL improvisation.-
- AlicenseCqualityCmaintenanceA Model Context Protocol server for Metabase that enables AI assistants to interact with Metabase instances, providing 418 tools across 58 categories for database, card, dashboard, collection, user, permissions, and more management.10012 npm2MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables natural language interaction with Snowflake databases through AI guidance, supporting core database operations, warehouse management, and AI-powered data analysis features.132MIT
- AlicenseNot gradedqualityCmaintenanceHigh-performance server enabling AI assistants to access web scraping, crawling, and deep research capabilities through Model Context Protocol.31MIT
- FlicenseNot gradedqualityDmaintenanceA Python-based Model Context Protocol server that integrates local AI models for managing data with features like CRUD operations, similarity search, and text analysis.-
TDQS
Scored across 5 tools
Each tool targets a clearly distinct operation: cache clearing, searching, listing, detail retrieval, and query execution. While search and list both return content, search is for discovery across item types and list is for complete overviews of a single resource type, so there is no real ambiguity.
Most tool names are single-word lowercase verbs (search, retrieve, list, execute), which is consistent and predictable. clear_cache deviates slightly by using snake_case and a compound verb-noun structure, but the pattern is still readable and does not cause confusion.
Five tools is a well-scoped count for a Metabase-focused server. Each tool covers a necessary aspect of the read/query workflow without redundant utilities or overwhelming breadth.
The core discovery and querying workflows are covered well, but the execute tool explicitly directs users to an 'export tool' for larger datasets that is not present in this server. There are also no create/update/delete operations, though that may be intentional for a read-oriented server; the missing export tool is a notable gap.