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
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
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.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
Comments