An MCP server for Metabase that enables executing SQL queries and saved cards, with options to export results as CSV or XLSX, while enforcing read-only mode and database whitelisting for security.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AUDIT_LOG_PATH— Path to the audit log file (default: ./audit.log)CONTEXT_DIREXPORT_DIRECTORY— Directory where export files are written (default: ./exports)MCP_COLLECTION_IDMETABASE_ALLOWED_DB_IDS— Comma-separated list of allowed database IDs (e.g. 1,2,3). Leave empty to allow all.METABASE_READ_ONLY_MODE— true (default) blocks INSERT/UPDATE/DELETE/DROP/etc. and comment syntaxREQUIRE_CONFIRMATION[](https://m8ven.ai/mcp/itsshreyanshhere-internal-metabase-mcp-530277)