MCP server

Metabase
MCPOfficial Metabase MCP. Questions on your instance.
Metabase’s /api/mcp. Point it at your host. Search, query, visualize under your login.
latest·Proprietary·Updated this quarter·github.com/metabase/metabase·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"metabase": {
"url": "https://{metabase_host}/api/mcp"
}
}
}By Metabase
Spec
What the server actually exposes.
search
readQuestions and dashboards.
query
readRun a saved question.
sql
readAd-hoc SQL if you have perms.
Guardrails
- Your Metabase host
- Your login
- SQL only if the group allows
metabase-mcp.mcp/tools
Tools
- read
search
Questions and dashboards.
- read
query
Run a saved question.
- read
sql
Ad-hoc SQL if you have perms.
Last call
{ "ok": true,
"tool": "search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
