Metabase MCP Server
@cuenca-mx
关于 Metabase MCP Server
A Model Context Protocol server that enables interaction with Metabase via LLMs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"metabase-mcp-server-cuenca-mx": {
"command": "uv",
"args": [
"run",
"pytest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Metabase MCP Server?
An MCP server that exposes Metabase API functionality through the Model Context Protocol interface, enabling AI assistants to interact with Metabase cards, databases, collections, and queries. It is designed for users who want to combine Metabase analytics with AI-driven workflows.
How to use Metabase MCP Server?
Clone the repository and configure your AI assistant client (Claude, Cursor, etc.) with the provided JSON object. Set the command to uv, point directory to the project folder, and supply METABASE_URL and METABASE_API_KEY in the environment variables. The server then exposes tools that your assistant can call.
Key features of Metabase MCP Server
- List Metabase cards
- List available databases
- Execute queries on existing cards
- Run arbitrary queries
- Create new cards
- Create bookmarks and list collections
Use cases of Metabase MCP Server
- Allow an AI assistant to retrieve and present data from Metabase cards.
- Let users run ad‑hoc queries on Metabase databases via natural language.
- Automate the creation of new cards and bookmarks in Metabase.
- Explore and browse collections and database schemas without leaving the chat interface.
FAQ from Metabase MCP Server
What are the runtime requirements?
Python 3.12 or higher and the uv package manager.
How do I configure authentication?
Set the environment variables METABASE_URL (your Metabase instance URL) and METABASE_API_KEY (a valid API key) in the MCP server configuration.
How can I test or debug the server?
Use the MCP Inspector by running make dev, or run unit tests with uv run pytest.
How do I set up the MCP server in my AI client?
Add the provided JSON block to your client’s MCP server settings, replacing the absolute path and environment values with your own.
数据与分析 分类下的更多 MCP 服务器
MCP Server for Data Exploration
reading-plus-aiBright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
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.
评论