~/CLIRank
MCP ServerVerified~160ms avg

Neon MCP Server

Manage Neon serverless Postgres - branches, databases, and queries.

Install
claude mcp add neon --url https://mcp.neon.tech
Direct API Alternative

You can also call this service directly via its API: Neon API

Use the MCP when:

You want plug-and-play integration with Claude Code and don't need custom logic around the calls.

Use the API when:

You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.

About

Neon's MCP server connects Claude Code to your serverless Postgres databases. Create and manage database branches, run SQL queries, manage roles, and control compute endpoints. Supports Neon's branching model for safe database experimentation. Runs as a remote HTTP server.

Tags

databaseneonpostgresserverlessbranching

Score Breakdown

CLI Score Breakdown7/11
Official SDK on npm/pip+2
Env var authentication (no browser OAuth)+2
Works in headless/CI environments+2
CLI tool available0
JSON response for piping/parsing+1
Docs have curl/CLI examples0
Reasonable rate limits for scripted use0
Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads714
GitHub stars565
Days since last release20d
Issue close ratio70%
TypeScript typesYes
Docs qualitygood
Breaking changesoccasional

Performance

Latencyus-east-1 - 2026-03-25
p50
130ms
avg
160ms
p95
400ms

Scores

CLI
7
Quality
7
AuthorNeon
Weekly installs714
Last updated3/12/2026

Related

MCP ServerVerified~140ms - Moderate
15k/wk

Supabase MCP Server

Manage Supabase projects, databases, auth, and storage from Claude Code.

CLI
8
Quality
8
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
MCP ServerVerified
17k/wk

PostgreSQL MCP Server

Query PostgreSQL databases, inspect schemas, and run migrations.

CLI
9
Quality
8
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydb
MCP ServerVerified
12k/wk

SQLite MCP Server

Read and write SQLite databases with full SQL support.

CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db