Neon MCP Server
Manage Neon serverless Postgres - branches, databases, and queries.
claude mcp add neon --url https://mcp.neon.tech
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
Score Breakdown
Performance
Scores
Related
Supabase MCP Server
Manage Supabase projects, databases, auth, and storage from Claude Code.
claude mcp add supabase -- npx -y @supabase/mcp-server-supabasePostgreSQL MCP Server
Query PostgreSQL databases, inspect schemas, and run migrations.
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydbSQLite MCP Server
Read and write SQLite databases with full SQL support.
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db