a month ago
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.
概览
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:
服务器配置
{
"mcpServers": {
"metabase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{your-metabase.example.com}/api/mcp",
"--allow-http"
]
}
}
}