Metabase MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server mode: read, write, or full | read |
| LOG_LEVEL | No | Logging: debug, info, warn, error | info |
| METABASE_URL | Yes | Your Metabase instance URL | |
| METABASE_API_KEY | Yes | Metabase API key | |
| METABASE_TIMEOUT | No | Request timeout (ms) | 30000 |
| ANTHROPIC_API_KEY | No | Enables NLQ and insight tools | |
| METABASE_MAX_ROWS | No | Max rows returned per query | 10000 |
| RATE_LIMIT_REQUESTS_PER_MINUTE | No | Rate limit threshold | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_dashboardsB | List all dashboards in Metabase |
| get_dashboardB | Get dashboard details including its cards |
| list_cardsA | List questions/cards in Metabase. Returns up to 100 cards. Use search_content for discovery. |
| get_cardB | Get details of a specific question/card |
| execute_cardC | Execute an existing question/card and get results |
| list_databasesB | List all connected databases |
| get_database_schemaB | Get tables and columns for a database |
| execute_queryA | Execute a SQL query (SELECT statements only) |
| search_contentB | Search across Metabase content (dashboards, cards, collections) |
| get_collectionsB | List all collections |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1luvc0d3/metabase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server