Neon Serverless Postgres MCP
Manage Neon serverless Postgres databases with natural language through MCP.
npx skills add agentskillexchange/skills --skill neon-serverless-postgres-mcp
Neon MCP Server is maintained by Neon and designed for use with Claude Code, Cursor, VS Code, and any MCP-compatible client. It bridges natural language requests to the Neon Management API for full database lifecycle management.
What this skill actually does
Best for
- Creating and managing Neon projects through conversational commands
- Branch-based migrations: test schema changes on a temporary branch before committing
- Running SQL queries against any Neon database through the agent
- Exploring schemas, tables, and data summaries
How it differs from Postgres MCP Pro
Postgres MCP Pro provides deep query analysis against any PostgreSQL instance. Neon MCP manages Neon-specific platform infrastructure β creating projects, branching databases for safe migrations, and managing the serverless platform layer.
Install notes
Quickest: npx neonctl@latest init (auto-configures everything). Manual: npx -y @neondatabase/mcp-server-neon start YOUR_API_KEY. Remote: Connect to https://mcp.neon.tech/mcp with OAuth. Free tier available.