Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Neon MCP Server logo
MCP server

Neon MCP Server

Hosted MCP endpoint for Neon Postgres projects, branches and migrations.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx add-mcp https://mcp.neon.tech/mcp
mcpServers
{
  "mcpServers": {
    "neon-mcp": {
      "command": "npx",
      "args": [
        "add-mcp",
        "https://mcp.neon.tech/mcp"
      ]
    }
  }
}
Transport
http
Runtime
Node
Auth
Required
License
MIT

Neon hosts the server at mcp.neon.tech/mcp; a client connects over HTTP and authorises either through a browser OAuth flow or by sending a Neon API key as a bearer token. Tools cover creating projects and branches, running SQL and applying schema migrations on a branch first, so a change can be tried before it lands on the main database. Query parameters narrow the surface: readonly=true blocks writes, projectId pins a single project, and category loads only selected tool groups. Neon documents it for local development and IDE use rather than production access.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?