Metabase MCP Server
Databasehttp-streaming
Metabase's built-in MCP server that lets AI clients connect directly to a Metabase instance, scoped to the connecting user's permissions. Enables agents to discover databases and models, run queries, and retrieve results and dashboards so teams can ask questions of their business intelligence data in natural language.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"metabase": {
"url": "https://github.com/metabase/metabase",
"env": {
"METABASE_URL": "<YOUR_METABASE_URL>",
"METABASE_API_KEY": "<YOUR_METABASE_API_KEY>"
}
}
}
}Инструменты (2)
list_databases
List the databases connected to the Metabase instance that the user can access.
{
"type": "object",
"properties": {}
}execute_query
Run a query against a connected database and return the results.
{
"type": "object",
"required": [
"database_id",
"query"
],
"properties": {
"query": {
"type": "string",
"description": "SQL query to execute"
},
"database_id": {
"type": "integer",
"description": "ID of the database to query"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Автор
- Metabase (@metabase)
- Репозиторий
- https://github.com/metabase/metabase
- Звёзды
- 0
- Последнее обновление
- 12 июля 2026 г.