drio
Open app

neon-mcp

Source

Lightweight MCP server to give your Cursor Agent access to the Neon API

Catalog onlyCatalog onlySTDIO

Overview

neon-mcp is a lightweight Model Control Protocol (MCP) server that allows agents, such as Cursor, to interface with the Neon REST API. It is designed to facilitate communication between your applications and the Neon API.

To use neon-mcp, you need to run an automated install script to clone the server and deploy it to your Cloudflare account. After that, you can configure it in your Cursor settings and upload your Neon API key to your worker secrets.

  • Lightweight and easy to deploy on Cloudflare Workers. - Interfaces with the Neon REST API for seamless integration. - Supports local development and deployment of changes.
  1. Enabling Cursor agents to access and utilize the Neon API.
  2. Facilitating the development of applications that require interaction with the Neon API.
  3. Providing a customizable MCP server for various tools and integrations.

Add to your AI client

Use these steps to connect neon-mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "neon-mcp-zueai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-neon-mcp-zueai"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

What is the purpose of neon-mcp?

neon-mcp serves as a bridge between your applications and the Neon API, allowing for easier integration and communication.

Is neon-mcp free to use?

Yes! neon-mcp is open-source and can be used freely under the MIT license.

How do I deploy changes to neon-mcp?

You can deploy changes by running the deploy script and reloading your Cursor window to use the updated tools.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2023,"uuid":"106bf996-6fb2-4355-abf4-b209e0f5a7c1","name":"neon-mcp","title":"neon-mcp","description":"Lightweight MCP server to give your Cursor Agent access to the Neon API","avatar_url":"https://avatars.githubusercontent.com/u/173945189?v=4","created_at":"2025-03-05T07:55:30.726Z","updated_at":"2025-03-12T10:18:22.193Z","status":"created","author_name":"zueai","author_avatar_url":"https://avatars.githubusercontent.com/u/173945189?v=4","tags":"neon-mcp,mcp-server,neon-api","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/zueai/neon-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"3\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-25 00:24:55\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]