Neon MCP server
Manage serverless Postgres with natural language. Neon's MCP server lets an assistant create databases and branches and run SQL against serverless Postgres, turning requests into database operations.
Category
DatabasesMaintained by
OfficialProtocol
Model Context ProtocolSource
neondatabase/mcp-server-neon
DatabasesMaintained by
OfficialProtocol
Model Context ProtocolSource
neondatabase/mcp-server-neon
Installing 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.
What it does
Neon's MCP server lets an assistant create databases and branches and run SQL against serverless Postgres, turning requests into database operations.
Like any MCP server, Neon plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.
Related Databases MCP servers
- PostgreSQLQuery a Postgres database in natural language.
- SupabaseManage your Supabase project from the assistant.
- RedisRead and write a Redis store from the assistant.
- ChromaStore and semantically search embeddings.
- MindsDBQuery many databases as one, in natural language.
- MongoDBQuery and manage MongoDB from the assistant.