DatabaseTypeScript

mcp-server-neon

The Neon MCP Server allows users to interact with Neon Postgres databases using natural language commands.

Free
N/A rating (0 reviews)0 installs569 GitHub stars
MCPNeonDatabase Management

Neon MCP Server is an open-source tool that simplifies database management by enabling intuitive, conversational interactions with Neon Postgres databases. It acts as a bridge between natural language requests and the Neon API, translating user commands into the necessary API calls for various tasks such as creating projects, running queries, and performing database migrations. This makes it accessible for users with varying technical backgrounds, allowing non-developers to manage databases without needing to write SQL or directly use the API. With features like natural language interaction and support for database migrations, the Neon MCP Server empowers users to perform complex actions seamlessly. By leveraging Neon's branching capabilities, users can initiate schema changes and other database operations through simple conversational commands, enhancing productivity and making database management more user-friendly.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1