neondatabase/mcp-server-neon
📇 ☁️ — An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres
Quick Start
Clone the repository:
git clone https://github.com/neondatabase/mcp-server-neonClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-neon": {
"command": "npx",
"args": [
"-y",
"neondatabase/mcp-server-neon"
]
}
}
}Check the repository README for specific installation and configuration instructions.