Skip to content

metabase ai assistant for Grok

io.github.enessari/metabase-ai-assistant

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

client:Grok transport:stdio runtime:npm

Install metabase ai assistant in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "metabase-ai-assistant": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "metabase-ai-assistant"
      ],
      "env": {
        "METABASE_URL": "<METABASE_URL>",
        "METABASE_USERNAME": "<METABASE_USERNAME>",
        "METABASE_PASSWORD": "<METABASE_PASSWORD>",
        "METABASE_API_KEY": "<METABASE_API_KEY>",
        "DATABASE_HOST": "<DATABASE_HOST>",
        "DATABASE_PORT": "<DATABASE_PORT>",
        "DATABASE_NAME": "<DATABASE_NAME>",
        "DATABASE_USER": "<DATABASE_USER>",
        "DATABASE_PASSWORD": "<DATABASE_PASSWORD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

metabase ai assistant in other clients