MCP server

Neon
MCPServerless Postgres, with a server that talks to it.
Neon’s official MCP. Projects, branches, and SQL — including a read-only path.
latest·MIT·Updated this month·github.com/neondatabase/mcp-server-neon·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon",
"start",
"$NEON_API_KEY"
]
}
}
}By Neon
Spec
What the server actually exposes.
list_projects
readNeon projects you can see.
run_sql
readSQL against a branch.
describe_table
readColumns and types.
Guardrails
- API key in the start command
- Prefer a read-only role
- Branches are explicit
neon-mcp.mcp/tools
Tools
- read
list_projects
Neon projects you can see.
- read
run_sql
SQL against a branch.
- read
describe_table
Columns and types.
Last call
{ "ok": true,
"tool": "list_projects",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
