Back to MCP Servers
🔌

neondatabase/mcp-server-neon

MITAPI key required

📇 ☁️ — An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres

TypeScriptDatabases

Install

npx -y neonctl@latest

Required environment variables

NEON_API_KEYSet in your MCP config
CLIENT_SECRETSet in your MCP config
COOKIE_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "neondatabase-mcp-server-neon": {
      "command": "npx",
      "args": [
        "-y",
        "neonctl@latest"
      ],
      "env": {
        "NEON_API_KEY": "<YOUR_NEON_API_KEY>",
        "CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
        "COOKIE_SECRET": "<YOUR_COOKIE_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.