6 Data MCPs

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

Data

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.

postgresqldatabasesqlschema
32,100 89,402 89
Install

Stripe MCP

Customers, invoices, and payments for agents

Data

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.

stripepaymentsbillingsaas
7,600 25,400 71
Install

Supabase MCP

Postgres, auth, and edge functions for agents

Data

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.

supabasepostgresauthbaas
7,200 23,101 72
Install

SQLite MCP

Local-first SQL for agents

Data

Query local SQLite databases through MCP. A lightweight option for desktop tools, browser extensions, and any agent that needs a zero-setup SQL backend.

sqlitesqllocalembedded
5,100 16,201 63
Install

MongoDB MCP

Document database access for agents

Data

Query MongoDB collections, run aggregations, and inspect schema through MCP. A practical fit for content platforms, catalogs, and any document-shaped data product.

mongodbnosqldatabasedocuments
4,700 13,901 66
Install

Redis MCP

Cache, queues, and pub/sub for agents

Data

Read and write Redis keys, manage TTLs, and publish events from MCP clients. Useful for agents that need ephemeral state, rate limiting, or queue coordination.

rediscachequeuepubsub
3,400 10,100 61
Install

How to install a Data MCP server

  1. Pick a server from the list above and read its detail page.
  2. Copy the install command. Most servers run via npx, uvx, or docker.
  3. Open your AI client's MCP configuration and add the command.
  4. Restart the client and verify the tools appear in the model context.

Need a refresher? Read the MCP guide for the full walkthrough.