Metabase
Official Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
Ads
Overview
Metabase includes a built-in Model Context Protocol (MCP) server that lets AI clients connect directly to a Metabase instance. It uses the [Streamable HTTP transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transportsstreamable-http) and builds on Metabase's Agent API to expose tools for searching, navigating, querying, visualizing, and creating/updating content - all scoped to the connecting user's permissions. The legacy /api/mcp path still works as an alias for existing clients, but /api/metabase-mcp is the canonical URL to advertise.
Installation
claude mcp add metabase https://{your-metabase.example.com}/api/metabase-mcp --transport streamable-httpConfiguration
Configuration example is not available yet.
Capabilities
- Search for Metabase content
Find tables, metrics, cards, dashboards, and collections using keywords or natural-language queries with `search`.
- Navigate and inspect entities
Read metadata for databases, schemas, tables, questions, dashboards, and metrics via `read_resource` with `metabase://` URIs.
- Build and run queries
Construct a query against a table or metric with `construct_query`, then execute it via `execute_query` to get results and column metadata.
- Run raw SQL
Execute a native SQL query against a database using `execute_sql` (requires native-query permission and the instance setting to be enabled).
- Save and update questions
Create or modify saved questions (cards) from constructed queries using `create_question` and `update_question`, including moving or archiving them.
- Create and manage dashboards
Build new dashboards with auto-positioned saved questions via `create_dashboard`, and update their metadata or archive them with `update_dashboard`.
Tags
- storage
- cloud-storage
- cloud-infrastructure
Related MCP servers
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
AWS Cost Analysis
OfficialAnalyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.