About This Server
Neon's official MCP server lets AI agents manage Serverless Postgres in natural language — create/delete projects and branches, run SQL, perform database migrations, inspect schemas and more, fitting the branch-per-experiment workflow perfectly.
Installation
npx -y @neondatabase/mcp-server-neonFrequently Asked Questions
What can an agent do with Neon MCP?
It lets an AI agent manage Neon Serverless Postgres in natural language: create/delete projects and database branches, run SQL and migrations, inspect schemas and connection strings. Combined with Neon's instant branching, it is ideal for a "spin up a branch, let the AI change the DB, verify, then merge" safe-experiment workflow.
How do I install Neon MCP and what credentials are needed?
For local stdio run npx -y @neondatabase/mcp-server-neon start <your Neon API key>; you can also use Neon's hosted remote MCP endpoint with one-click OAuth. Generate the API key under Account settings in the Neon console.
Is Neon MCP free?
The MCP server is open source and free (MIT); it operates on databases in your own Neon account, and Neon offers a free tier with usage billed on its regular plans beyond that. Personal projects usually fit within the free tier.