Odel
metabase ai assistant

metabase ai assistant

Local
@enessari49JavaScriptApache-2.0Updated 4 days ago

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmetabase-ai-assistantv3.2.0

Run

npx -y metabase-ai-assistant

MCP client config

{
  "mcpServers": {
    "metabase-ai-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "metabase-ai-assistant"
      ]
    }
  }
}