Metabase MCP Server provides a bridge between AI assistants and Metabase analytics platforms, enabling conversational access to business intelligence data. Developed by Hyeongjun Yu, this TypeScript implementation exposes six tools that allow assistants to list dashboards, cards, and databases, execute saved questions with parameters, extract dashboard components, and run custom SQL queries. The server supports both session-based and API key authentication methods, delivers structured JSON responses, and includes comprehensive error handling and logging capabilities, making it particularly valuable for teams that want to analyze their Metabase data through natural language interactions.
Retrieve all available dashboards in your Metabase instance.
Get all saved questions/cards in Metabase.
View all connected database sources.
Run saved questions and retrieve results with optional parameters.
Extract all cards from a specific dashboard.
Execute custom SQL queries against any connected database.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!