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.

1,800·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
GitHub
npm
@neondatabase/mcp-server-neon
Last Release
1.0.0
First Released
JAN 10, 2026

ADOPTION METRICS

// GitHub Stars
1,800
// Weekly Downloads
12,400
// Popularity Rank
#8
Globally
// 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 →