About
Overview
The Neon MCP Server provides tools for managing Neon's serverless PostgreSQL platform. AI agents can create and manage database branches, run SQL queries, manage compute endpoints, and handle database migrations. Neon's branching model makes it ideal for development workflows where you need isolated database environments.
Capabilities
Tools & Capabilities
⚡list_projects
List all Neon projects
⚡create_branch
Create a new database branch from an existing one
⚡query
Execute SQL queries against a Neon database
⚡list_branches
List all branches in a project
⚡describe_table
Get the schema of a table
⚡get_connection_string
Get the connection string for a branch
Setup
Installation
bash
Install
npx -y @neondatabase/mcp-server-neonExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"neon": {
"command": "npx",
"args": ["-y", "@neondatabase/mcp-server-neon"],
"env": {
"NEON_API_KEY": "your-neon-api-key"
}
}
}
}Quick Info
Authorneondatabase
LanguageTypeScript
StatusStable
Stars★ 450
Last UpdatedFeb 12, 2026