Metabase
Summary
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.
Available Actions(6)
list_dashboards
Retrieve all available dashboards in your Metabase instance.
list_cards
Get all saved questions/cards in Metabase.
list_databases
View all connected database sources.
execute_card
Run saved questions and retrieve results with optional parameters.
get_dashboard_cards
Extract all cards from a specific dashboard.
execute_query
Execute custom SQL queries against any connected database.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论