Metabase Official MCP Server
@metabase
Metabase Official MCP Server について
Metabase includes a built-in MCP server that lets AI clients connect directly to a Metabase instance.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"metabase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{your-metabase.example.com}/api/mcp",
"--allow-http"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「データと分析」の他のコンテンツ
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
コメント