kapyn
MCP serversDatabases ยท MCP server

Neon MCP server

Manage serverless Postgres with natural language. Neon's MCP server lets an assistant create databases and branches and run SQL against serverless Postgres, turning requests into database operations.

Category
Databases
Maintained by
Official
Protocol
Model Context Protocol
Source
neondatabase/mcp-server-neon
View on GitHubBrowse all MCP servers

Installing Neon

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add neon -- npx -y @neondatabase/mcp-server-neon
Claude Desktop ยท Cursor ยท VS Code ยท Windsurf
{
  "mcpServers": {
    "neon": {
      "command": "npx",
      "args": [
        "-y",
        "@neondatabase/mcp-server-neon"
      ],
      "env": {
        "NEON_API_KEY": "<your NEON_API_KEY>"
      }
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

Requires NEON_API_KEY, get this from the maintainer. Never commit them.

What it does

Neon's MCP server lets an assistant create databases and branches and run SQL against serverless Postgres, turning requests into database operations.

Like any MCP server, Neon plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Databases MCP servers