Neon MCP Model Context Protocol server

Neon MCP

Manage serverless Postgres branches and run SQL on Neon.

Neon·
Featured
·No reviews yet
Repo Docs
Share:

About

Official Neon MCP server: list projects and branches, create ephemeral database branches for previews, run SQL, and inspect roles and endpoints. Ideal for AI dev workflows that want a throwaway Postgres for each task.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Neon MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "neon": {
      "url": "https://…",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "neon": {
      "url": "https://…"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "neon": {
      "type": "http",
      "url": "https://…"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.