N

Neon MCP Server

Manage Neon serverless Postgres databases from AI agents.

open-source 78/100 Databases & Data neon postgres serverless database sql branching

A Model Context Protocol server for Neon serverless Postgres. Enables AI agents to create and manage Neon projects, branches, databases, and execute SQL queries.

Supports project management, database branching, SQL execution, connection string retrieval, and Neon's serverless scaling features for database development workflows.

Install

npx -y @neondatabase/mcp-server-neon

MCP Client Config

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

Required Environment Variables

  • NEON_API_KEY

Capabilities

Tools

list_projectscreate_projectrun_sqlcreate_branchget_connection_uri

Compatible With

Claude Desktop Claude Code Cursor Windsurf Continue

Pricing

Server is free. Neon has a generous free tier. Paid plans for production.

Metrics

1,500

GitHub Stars

8,800

Installs

690

Weekly

3

Open Issues