metabase-mcp-server

joshi427/metabase-mcp-server

3.2

If you are the rightful owner of metabase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Python implementation of a Model Context Protocol (MCP) server that integrates with Metabase API, allowing Large Language Models (LLMs) to interact with Metabase data and functionality.

Tools

Functions exposed to the LLM to take actions

list_dashboards

List all dashboards

list_cards

List all questions/cards

list_databases

List all databases

execute_card

Execute a specific card/question

get_dashboard_cards

Get cards in a dashboard

execute_query

Run SQL against a Metabase database

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources