Metabase MCP server provides integration with the Metabase API, enabling LLM with MCP capabilites to directly interact with your analytics data, this server acts as a bridge between your analytics platform and conversational AI.
Metabase MCP server provides integration with the Metabase API, enabling LLM with MCP capabilites to directly interact with your analytics data, this server acts as a bridge between your analytics platform and conversational AI.
pip install metabase-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hluaguo-metabase-mcp-github": {
"command": "uvx",
"args": [
"pip install metabase-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from metabase mcp?"
API Key Required
This server requires an API key from metabase mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| METABASE_MCP_API_KEY | Yes | Your metabase mcp API key |
"What resources are available in metabase mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in metabase mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in metabase mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.