MCP server

Metabase

MCP

Official 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

    read

    Questions and dashboards.

  • query

    read

    Run a saved question.

  • sql

    read

    Ad-hoc SQL if you have perms.

Guardrails

  • Your Metabase host
  • Your login
  • SQL only if the group allows

metabase-mcp.mcp/tools

Tools

  • search

    Questions and dashboards.

    read
  • query

    Run a saved question.

    read
  • sql

    Ad-hoc SQL if you have perms.

    read

Last call

{ "ok": true,
  "tool": "search",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.