Skip to main content
DatabasesTypeScript

neondatabase/mcp-server-neon

📇 ☁️ — An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/neondatabase/mcp-server-neon

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-neon": {
      "command": "npx",
      "args": [
        "-y",
        "neondatabase/mcp-server-neon"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
neondatabase