Data MCP servers
MCP servers for SQL databases, NoSQL stores, warehouses, and search indexes.
About Data MCP servers
Data MCP servers connect agents to structured and document data: PostgreSQL, MongoDB, Redis, SQLite, Snowflake, and BigQuery. They let an agent inspect a schema, run a query, or summarize a result set. Most support read-only access by default and require explicit scopes for writes.
All Data MCP servers
6 servers, ordered by community adoption.
Postgres MCP
Query relational data from agent workflows
Connect AI agents to PostgreSQL with schema inspection, read-only query controls, and concise table context for safer database exploration. The reference implementation also supports restricted write access for migrations.
Stripe MCP
Customers, invoices, and payments for agents
Expose Stripe customers, invoices, subscriptions, and payment intents to MCP clients with strict, auditable scopes. Perfect for support agents that need billing context without opening the dashboard.
Supabase MCP
Postgres, auth, and edge functions for agents
The official Supabase MCP server exposes database, auth, storage, and edge function tools. Read-only by default with optional write access for migrations and schema introspection.
SQLite MCP
Local-first SQL for agents
Query local SQLite databases through MCP. A lightweight option for desktop tools, browser extensions, and any agent that needs a zero-setup SQL backend.
MongoDB MCP
Document database access for agents
Query MongoDB collections, run aggregations, and inspect schema through MCP. A practical fit for content platforms, catalogs, and any document-shaped data product.
How to install a Data MCP server
- Pick a server from the list above and read its detail page.
- Copy the install command. Most servers run via
npx,uvx, ordocker. - Open your AI client's MCP configuration and add the command.
- Restart the client and verify the tools appear in the model context.
Need a refresher? Read the MCP guide for the full walkthrough.