Neon Postgres MCP Server

Official
Databases
stdio

Manage Neon serverless PostgreSQL databases via MCP. Create database branches, run queries, manage schemas, and leverage Neon's unique branching model for development and testing workflows.

Quick Install

$ npx -y @neondatabase/mcp-server-neon

Environment Variables

VariableDescriptionRequired
NEON_API_KEYNeon API keyYes

Configuration by Client

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@neondatabase/mcp-server-neon"
      ],
      "env": {
        "NEON_API_KEY": ""
      }
    }
  }
}

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (4)

list_projectscreate_branchrun_sqllist_databases