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-neonConfiguration
{
"mcpServers": {
"neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon"],
"env": {
"NEON_API_KEY": "your-neon-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes