RadarDatabases
Neon
Databases · MCP Server
About Neon
Neon's MCP server lets an assistant create databases and branches and run SQL against serverless Postgres, turning requests into database operations.
Manage serverless Postgres with natural language.
CategoryDatabases
TypeMCP Server
SourceOfficial
WebsiteInstalling Neon
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add neon -- npx -y @neondatabase/mcp-server-neon
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon"
],
"env": {
"NEON_API_KEY": "<your NEON_API_KEY>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires NEON_API_KEY, get this from the maintainer. Never commit them.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.