Home › Databases & Data › metabase-ai-assistant
metabase-ai-assistant
MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 3.2.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"metabase-ai-assistant": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"METABASE_URL": "<YOUR_VALUE>",
"METABASE_USERNAME": "<YOUR_VALUE>",
"METABASE_PASSWORD": "<YOUR_VALUE>",
"METABASE_API_KEY": "<YOUR_VALUE>",
"DATABASE_HOST": "<YOUR_VALUE>",
"DATABASE_PORT": "<YOUR_VALUE>",
"DATABASE_NAME": "<YOUR_VALUE>",
"DATABASE_USER": "<YOUR_VALUE>",
"DATABASE_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
METABASE_URLrequired — Metabase instance URL (e.g., http://localhost:3000)METABASE_USERNAME— Metabase username for authenticationMETABASE_PASSWORDsecret — Metabase password for authenticationMETABASE_API_KEYsecret — Metabase API key (alternative to username/password)DATABASE_HOST— PostgreSQL database host for direct SQL executionDATABASE_PORT— PostgreSQL database portDATABASE_NAME— PostgreSQL database nameDATABASE_USER— PostgreSQL database userDATABASE_PASSWORDsecret — PostgreSQL database password
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry