Patch release fixing a compatibility bug found while dry-running the v1.4.0 demo against a fresh Metabase v0.62 instance.
Fixed
add_card_to_dashboard and remove_card_from_dashboard failed with a 404 against every Metabase ≥ v0.50 (#51). The client used POST/DELETE /api/dashboard/:id/cards, which Metabase removed in v0.50. This also broke the link step of the write pipelines introduced in v1.4.0.
The client now tries the legacy endpoint first (for pre-v0.50 instances) and falls back to the modern PUT /api/dashboard/:id dashcards API on 404 — verified live against Metabase v0.62, with unit tests covering both paths.
If you're on v1.4.0 with a modern Metabase, upgrade — the 3-step "create card → create dashboard → link them" workflow now completes end-to-end.
Install
One-click
Download metabase-mcp-1.4.1.mcpb below, double-click in Claude Desktop.
npm
npx @ai-1luvc0d3/metabase-mcp@1.4.1Full Changelog: v1.4.0...v1.4.1