MCP server

Neon

MCP

Serverless Postgres, with a server that talks to it.

Neon’s official MCP. Projects, branches, and SQL — including a read-only path.

latest·MIT·Updated this month·github.com/neondatabase/mcp-server-neon·Transport: stdio

Claude CodeCursorDesktop
Scanned

claude_desktop_config.json

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

By Neon

Spec

What the server actually exposes.

  • list_projects

    read

    Neon projects you can see.

  • run_sql

    read

    SQL against a branch.

  • describe_table

    read

    Columns and types.

Guardrails

  • API key in the start command
  • Prefer a read-only role
  • Branches are explicit

neon-mcp.mcp/tools

Tools

  • list_projects

    Neon projects you can see.

    read
  • run_sql

    SQL against a branch.

    read
  • describe_table

    Columns and types.

    read

Last call

{ "ok": true,
  "tool": "list_projects",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.