MCP.so
登录

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.

基本信息

分类

数据与分析

传输方式

stdio

发布者

metabase

提交者

Timofey Kachalov

配置

使用下面的配置,将此服务器添加到你的 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.

评论

数据与分析 分类下的更多 MCP 服务器