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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"metabase": {
"url": "https://github.com/metabase/metabase",
"env": {
"METABASE_URL": "<YOUR_METABASE_URL>",
"METABASE_API_KEY": "<YOUR_METABASE_API_KEY>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- Metabase (@metabase)
- Repository
- https://github.com/metabase/metabase
- Yıldızlar
- 0
- Son güncelleme
- 12 Temmuz 2026