Description

Serverless PostgreSQL database operations with Neon - manage databases, run queries, and handle migrations.

Installation

npx -y @neondatabase/mcp-server
npm install @neondatabase/mcp-server
git clone https://github.com/neondatabase/mcp-server-neon

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "neon-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@neondatabase/mcp-server"
      ]
    }
  }
}