Metabase
Rank #47io.github.metabase/mcp
Lets AI clients search, explore, query, and visualize data in a Metabase instance.
Metabase is a Model Context Protocol (MCP) server published by metabase. It ranks #47 of 115,460 servers tracked on MCP Toplist, and its repository has 48,997 GitHub stars. Metabase is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on Nov 25, 2024 and most recently updated on May 6, 2026.
Ranks ahead of 115,413 of 115,460 servers on MCP Toplist.
Use Metabase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http metabase https://{metabase_host}/api/mcp[mcp_servers.metabase]
url = "https://{metabase_host}/api/mcp"Add to ~/.codex/config.toml.
https://{metabase_host}/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"metabase": {
"url": "https://{metabase_host}/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"metabase": {
"type": "http",
"url": "https://{metabase_host}/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"metabase": {
"serverUrl": "https://{metabase_host}/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"metabase": {
"url": "https://{metabase_host}/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.metabase%2Fmcp)<a href="https://mcptoplist.com/server/io.github.metabase%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.metabase%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
metabase
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 6, 2026 |
Frequently asked questions
- Who maintains Metabase?
- Metabase is maintained by metabase, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Metabase listed on the Official MCP Registry?
- Yes — Metabase is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Metabase have?
- MCP Toplist tracks 1 version of Metabase, most recently published on May 6, 2026.
- Where can I find the source code for Metabase?
- The source code for Metabase is hosted at github.com/metabase/metabase.