Metabase AI Assistant runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 1 Sep 2026.
MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
Today is the operative word: we check Metabase AI Assistant every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add metabase-ai-assistant -- npx -y metabase-ai-assistant
{
"mcpServers": {
"metabase-ai-assistant": {
"args": [
"-y",
"metabase-ai-assistant"
],
"command": "npx"
}
}
}
[mcp_servers.metabase-ai-assistant]
command = "npx"
args = ["-y", "metabase-ai-assistant"]
{
"mcpServers": {
"metabase-ai-assistant": {
"args": [
"-y",
"metabase-ai-assistant"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"metabase-ai-assistant": {
"args": [
"-y",
"metabase-ai-assistant"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
METABASE_URL (Metabase instance URL (e.g., http://localhost:3000)), METABASE_USERNAME (Metabase username for authentication), METABASE_PASSWORD (Metabase password for authentication), METABASE_API_KEY (Metabase API key (alternative to username/password)), DATABASE_HOST (PostgreSQL database host for direct SQL execution), DATABASE_PORT (PostgreSQL database port), DATABASE_NAME (PostgreSQL database name), DATABASE_USER (PostgreSQL database user), DATABASE_PASSWORD (PostgreSQL database password).
The author declared them in the registry entry; get the values from the project itself.
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
MCP server for querying PostgreSQL databases
MCP server for interacting with PostgreSQL databases
Python MCP server for PostgreSQL database inspection and querying
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.
MCP server for local SQLite database operations
MCP server for PostgreSQL: local, Docker, RDS, Neon, Supabase, or behind an SSH bastion.
Answers built from our own checks of this server.