databaseOfficial
Neon MCP
83
Neon
Manage Neon serverless Postgres projects, branches, databases, and run SQL queries and migrations directly from your AI editor.
5498.2k/wk9.3K tokens(5%)Official1w ago
databasepostgresserverlessmigrationsbranches
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"neon-mcp": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": "YOUR_NEON_API_KEY"
}
}
}
}