AUTOMATIONSWITCH
VendorDatabase

Neon MCP

by Neon

MCP server for Neon serverless Postgres. Provides database branching, query execution, and project management. Branch-per-query makes every schema change reversible.

594·9 tools·Released JAN 2026·Apache-2.0
npx -y @neondatabase/mcp-server-neon
Share:

The branching model is the standout feature. Every write becomes reversible, which fundamentally changes how aggressively agents can iterate on schemas.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

Requires authenticationNeon API key (project-scoped)
{ "mcpServers": { "neon": { "command": "npx", "args": [ "-y", "@neondatabase/mcp-server-neon" ], "env": { "NEON_API_KEY": "napi_...", "NEON_PROJECT_ID": "autumn-haze-12345" } } } }
PrereqNode.js 18+, Neon account with API key

9 TOOLS AVAILABLE

query
Execute a SQL query against a Neon database
Read
execute
Execute a write SQL statement
Write
list_tables
List all tables in the database
Read
describe_table
Get column details for a table
Read
create_branch
Create a new database branch
Write
list_branches
List all branches in the project
Read

OUR ASSESSMENT

Strengths
  • Database branching via create_branch and restore_to_point
  • OAuth with refreshable tokens — the cleanest auth story
  • Lowest open-issue count (18); well-maintained for its size
Weaknesses
  • Fewest tools (9) and narrowest feature set of the three
  • Scale-to-zero means cold branches add 300-500ms to first query
  • No EXPLAIN tooling; rely on psql for query tuning
Security Notes

Uses Neon API key scoped to a project. OAuth flow with refreshable tokens available.

Best For

Migration-heavy workflows where agents write DDL. Branching makes every schema change reversible.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursor
License
Apache-2.0
npm
@neondatabase/mcp-server-neon
Last Release
1.0.0
First Released
JAN 10, 2026

ADOPTION METRICS

// GitHub Stars
594

// Reading this594 stars on the neondatabase/mcp-server-neon repo. 8 commits on main in the last 30 days. Audit (2026-05-03) corrected significantly inflated stored value (1,800 → 594).

// Weekly Downloads
12,400
// Popularity Rank
#8
Globally

OTHER DATABASE MCP SERVERS

Official5

Postgres MCP

Anthropic

Official MCP server for PostgreSQL. Provides read and write access to PostgreSQL databases with schema introspection, query execution, and transaction support. The reference implementation for database MCP servers.

14 tools84,955
Vendor5

Supabase

Supabase

Persistence layer with full Postgres access and Row Level Security awareness. Query tables, manage schemas, handle auth users, and work with storage buckets.

18 tools2,663
Official4.7

MCP Toolbox for Databases

Google (googleapis)

Google's open-source MCP server for databases. One MCP binary speaks PostgreSQL, MySQL, BigQuery, Spanner, AlloyDB, Cloud SQL, and SQLite. 14,937 GitHub stars and 100 commits on main in the last 30 days. Highest commit cadence in the directory.

7 tools14,937
Official4.5

ClickHouse MCP

ClickHouse

Official ClickHouse MCP server with both ClickHouse Tools (production cluster queries) and chDB Tools (embedded ClickHouse for local analytics). Apache-2.0 with destructive-operation protection: write access is opt-in via configuration.

5 tools766
Official4.4

Redis MCP

Redis

Official Redis MCP server with natural-language interface for managing and searching Redis data. EntraID authentication for Azure Managed Redis included; Redis ACL configurable via environment variables. Tool coverage spans strings, lists, hashes, sets, sorted sets, JSON, vectors, and search.

8 tools499
Community4.4

Elasticsearch MCP

cr7258

Elasticsearch and OpenSearch MCP server with index management, document CRUD, search queries, cluster health, and aggregations. 270 stars and 22 commits on main in the last 30 days.

6 tools270
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →