# Metabase MCP

Connect AI assistants to your Metabase analytics platform. Access dashboards, execute queries, and retrieve data seamlessly through conversational interfaces. Enhance your analytics experience with s…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hyeongjun-dev/metabase-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list hyeongjun-dev/metabase-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hyeongjun-dev/metabase-mcp-server list_dashboards

# Call a tool
npx -y @smithery/cli@latest tool call hyeongjun-dev/metabase-mcp-server list_dashboards '{}'
```

## Tools (6)

- `list_dashboards` — List all dashboards in Metabase
- `list_cards` — List all questions/cards in Metabase
- `list_databases` — List all databases in Metabase
- `execute_card` — Execute a Metabase question/card and get results
- `get_dashboard_cards` — Get all cards in a dashboard
- `execute_query` — Execute a SQL query against a Metabase database

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hyeongjun-dev/metabase-mcp-server <tool-name>
```

---

Source: https://github.com/hyeongjun-dev/metabase-mcp-server
