Data & APIs
Neon MCP
The official Neon MCP server enables AI-powered management of Neon serverless Postgres. Create and manage databases, branch your database for development, run SQL queries, manage roles and permissions, and monitor compute endpoints. Features database branching for safe experimentation.
Stars
1.5k
Installs
35.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.5k · catalog
- Freshness: Updated 2026-01-24
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: NEON_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon"],
"env": {
"NEON_API_KEY": "<your-api-key>"
}
}
}
}