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.
サーバー設定
{
"mcpServers": {
"metabase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{your-metabase.example.com}/api/mcp",
"--allow-http"
]
}
}
}