Metabase Official MCP Server
@metabase
About Metabase Official MCP Server
Metabase includes a built-in MCP server that lets AI clients connect directly to a Metabase instance.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"metabase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{your-metabase.example.com}/api/mcp",
"--allow-http"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Metabase Official MCP Server?
Metabase Official MCP Server is a built‑in Model Context Protocol server that allows AI clients to 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.
How to use Metabase Official MCP Server?
No explicit installation or configuration steps are provided in the README. The server is included with Metabase; detailed user documentation is available at the linked MCP user docs and GitHub docs.
Key features of Metabase Official MCP Server
- Built‑in MCP server for Metabase instances.
- Uses Streamable HTTP transport.
- Exposes data search, explore, query, and visualize tools.
- Tools respect the connecting user’s permissions.
- Integrates with Metabase’s Agent API.
Use cases of Metabase Official MCP Server
- Allow AI assistants to query and visualize data directly from a Metabase instance.
- Enable permission‑scoped data exploration for users via AI client applications.
- Integrate natural language data analysis into tools that support the Model Context Protocol.
FAQ from Metabase Official MCP Server
What transport does Metabase Official MCP Server use?
It uses the Streamable HTTP transport from the Model Context Protocol specification.
Does the server respect user permissions?
Yes, all tools are scoped to the connecting user’s permissions.
Is the server separate from Metabase or built‑in?
The server is built directly into Metabase — no separate installation is required.
What kind of tools does the server expose?
Tools for searching, exploring, querying, and visualizing data are exposed via the Agent API.
More Data & Analytics MCP servers
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Comments