Metabase is the open-source BI tool that teams run on their own infrastructure for SQL queries, dashboards, and data exploration. When analyzing data or debugging metrics, you switch between your editor and Metabase to run saved questions, check dashboard numbers, or explore table schemas. Every tab switch breaks your flow.
An MCP server turns your Metabase instance into structured tools that AI coding assistants (Claude, Cursor, Windsurf) can call directly. Instead of opening Metabase to check why revenue dropped or what yesterday's signups looked like, your AI pulls the numbers in real-time while you work.
With a DataFaucet MCP server pointed at your Metabase instance, AI tools can:
claude mcp add metabase-data https://your-datafaucet-server.dev/sseYour AI now has structured tool access to your Metabase data.
Once connected, ask your AI questions like:
Each query returns structured data your AI can use for analysis, reporting, or building features that respond to real metrics.
Metabase has a REST API, but it requires generating session tokens, learning endpoint patterns, and handling authentication separately for each tool call. DataFaucet captures from your authenticated session:
| Approach | Setup Time | Maintenance |
|---|---|---|
| Metabase API | Hours (token auth + endpoint discovery + JSON parsing) | Session expiry + API version changes + permission scoping |
| DataFaucet | Minutes (browse and capture) | Re-browse when session expires |
No API tokens to generate. No endpoint documentation to read. No session management code.
Data-driven development — Ask your AI "what's the current conversion rate?" while building a feature that affects it. No tab switching, no manual lookup.
Incident response — During an outage, ask "what do the error rate dashboards show for the last hour?" and get real numbers without leaving your terminal.
Report automation — Have your AI pull weekly metrics from saved questions and format them for stakeholder updates.
Related: Looker MCP Server for Looker, Grafana MCP Server for Grafana dashboards, PostgreSQL MCP Server for direct database access, Best MCP Servers for the full directory.
Create your Metabase MCP server in 60 seconds.
Try with Metabase →{
"mcpServers": {
"metabase": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Metabase server.
Point DataFaucet at Metabase and get a working server in 60 seconds.
Create Metabase server free →After creating, add to Claude Desktop:
"metabase": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
A startup connected Stripe, Linear, Slack, Vercel, and PostHog to AI via MCP. Standup prep went from 15 minutes to one prompt.
Step-by-step guide to debugging MCP server connections. Fix SSE timeouts, tool discovery failures, auth errors, and protocol mismatches.
Top MCP servers for security teams: vulnerability scanners, SIEM dashboards, secrets management, compliance tools, and incident response via AI.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Windsurf, JetBrains, and any MCP client
Get notified when new integrations launch
New MCP server guides and templates every week.