VOOZH about

URL: https://mcp.so/server/metabase-official-mcp-server/metabase

⇱ Metabase Official MCP Server MCP Server


Metabase Official MCP Server

@metabase

Metabase includes a built-in MCP server that lets AI clients connect directly to a Metabase instance. It builds on Metabase's Agent API to expose tools for searching, exploring, querying, and visualizing data — all scoped to the connecting user's permissions.
Overview

Metabase MCP Server

Metabase includes a built-in Model Context Protocol (MCP) server that lets AI clients connect directly to a Metabase instance. It uses the Streamable HTTP transport and builds on Metabase's Agent API to expose tools for searching, exploring, querying, and visualizing data — all scoped to the connecting user's permissions.

Documentation

You can read the latest documentation here:

Server Config

{
 "mcpServers": {
 "metabase": {
 "command": "npx",
 "args": [
 "-y",
 "mcp-remote",
 "https://{your-metabase.example.com}/api/mcp",
 "--allow-http"
 ]
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.