Neon API
Serverless Postgres over HTTP with connection pooling and branching.
npm install @neondatabase/serverless
There is an MCP server that covers similar functionality: Neon MCP Server
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
About
Neon's serverless driver lets you query Postgres over HTTP or WebSockets - no persistent connections needed. Supports Neon's database branching for safe schema experimentation. 200K weekly downloads. The CLI handles project and branch management. Perfect for serverless functions and edge runtimes where traditional Postgres connections don't work.
Tags
Score Breakdown
Performance
Scores
Related
PlanetScale API
Serverless MySQL with branching, deploy requests, and schema management.
npm install @planetscale/databaseNeon MCP Server
Manage Neon serverless Postgres - branches, databases, and queries.
claude mcp add neon --url https://mcp.neon.techSupabase API
Postgres, auth, storage, edge functions, and realtime subscriptions.
npm install @supabase/supabase-js