Discovered via smithery and last synced 3mo ago.
1. Install the package
npx -y @imlewc/metabase-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-imlewc-metabase-server": {
"command": "npx",
"args": [
"@imlewc/metabase-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
List all questions/cards in Metabase
List all databases in Metabase
Get all cards in a dashboard
Execute a SQL query against a Metabase database
Execute a Metabase question/card and get results
List all dashboards in Metabase