MCP server to query your data warehouse (BigQuery, Snowflake, Redshift, Azure Synapse) with natural language. Connect Claude, ChatGPT, Copilot or
Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server to query your data warehouse (BigQuery, Snowflake, Redshift, Azure Synapse) with natural language. Connect Claude, ChatGPT, Copilot or Gemini to your marketing data and get instant SQL insights. The mcp mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_projects — List your accessible Quanti projectsget_project_context — Get project context (connectors, datasets, date ranges)get_schema_context — Build schema context for your question using RAGexecute_query — Execute read-only SQL queries on your data warehouseget_use_cases — Search for relevant use case templateslist_my_use_cases — List your personal saved analyseslist_project_use_cases — List team shared analysescreate_use_case — Save an analysis for reuseupdate_use_case — Update an existing use casedelete_use_case — Delete a use casecollect_feedback — Provide feedback on query resultsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — list_projects, get_project_context, get_schema_context and 8 more — is a fair guide to whether it matches your workflow. It is maintained by quantiio; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_projects | List your accessible Quanti projects |
| get_project_context | Get project context (connectors, datasets, date ranges) |
| get_schema_context | Build schema context for your question using RAG |
| execute_query | Execute read-only SQL queries on your data warehouse |
| get_use_cases | Search for relevant use case templates |
| list_my_use_cases | List your personal saved analyses |
| list_project_use_cases | List team shared analyses |
| create_use_case | Save an analysis for reuse |
| update_use_case | Update an existing use case |
| delete_use_case | Delete a use case |
| collect_feedback | Provide feedback on query results |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.