Neon Database
Official
🗄️ Data & Files
Manage Neon serverless Postgres databases. Create projects and branches, run SQL queries, and perform safe schema migrations with the official Neon MCP server.
Tools (29)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"neon-database": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": "your-neon-api-key-here"
}
}
}
}