Server Directory
DatabaseIntermediate

Neon

by Neon

Manage Neon serverless PostgreSQL databases. Create and manage branches, run SQL queries, and handle database provisioning and scaling.

CAPABILITIES

  • Create and manage database branches
  • Execute SQL queries
  • Database provisioning
  • Schema management
  • Connection string management

INSTALLATION

Terminal
npx -y @neondatabase/mcp-server-neon

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Database
Difficulty
Intermediate
Maintained By
Neon
NPM Package
@neondatabase/mcp-server-neon

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →