Best for
- Organizations using Metabase that want AI-driven interactions with their BI platform
- Developers building AI agents that need to interact with Metabase data
- Teams needing automated Metabase administration and monitoring
This MCP server provides comprehensive functionality for Metabase via its REST API, including dashboards, cards, databases, tables, collections, and user management. It supports multiple deployment methods and offers tool filtering for controlled access. It is a powerful tool for organizations looking to integrate Metabase with AI workflows, but careful management of API permissions is required to avoid unintended modifications.
A Model Context Protocol (MCP) server for Metabase that gives AI assistants full access to your analytics platform — dashboards, cards, databases, tables, collections, and more. Developed and maintained by EaseCloud.
npx @easecloudio/mcp-metabase-server.{
"mcpServers": {
"metabase": {
"command": "npx",
"args": [
"@easecloudio/mcp-metabase-server"
],
"env": {
"METABASE_URL": "https://your-metabase-instance.com",
"METABASE_API_KEY": "your_metabase_api_key"
}
}
}
}