Metabase-MCP-Server

CW-Codewalnut/Metabase-MCP-Server
★ 16 stars Python AI/LLM Updated 3d ago ✗ Risk
Backend integration layer that connects your Metabase instance with AI assistants using the Model Context Protocol (MCP)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "metabase-mcp-server": {
      "command": "uvx",
      "args": [
        "metabase-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install metabase-mcp-server