Neon serverless Postgres — manage databases, branches, and run queries on Neon's serverless platform
NEON_API_KEYnpx @getmcp/cli add neonConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": ""
}
}
}
}