Back to MCP Servers

Neon Postgres

Manage Neon serverless Postgres databases, branches, and SQL queries for modern cloud-native applications

databasepostgresserverlessneonsql
By Neon

Installation

npm install -g @neondatabase/mcp-server-neon

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub