Neon Database (Official)
Freemiumby Cloud Tools Co
Serverless Postgres management with branch-based migrations and query tuning via natural language.
v1.0.0Added Feb 10, 2025
postgresserverlessbranching
Neon MCP Server
Serverless Postgres management with branch-based migrations and query tuning via natural language.
Features
- Serverless Postgres
- Branch migrations
- Autoscaling
- Query tuning
- Instant provisioning
Installation
{
"mcpServers": {
"neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon"]
}
}
}
Reviews
Installation
Quick install
npx -y @neondatabase/mcp-server-neon
Add to claude_desktop_config.json
{
"mcpServers": {
"neon-database-(official)": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon"]
}
}
}