
Neon MCP Server
Lightweight MCP server to give your Cursor Agent access to the Neon API
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Neon MCP Server MCP server manually.
neon-mcp
This is a lightweight Model Control Protocol (MCP) server bootstrapped with create-mcp and deployed on Cloudflare Workers.
This MCP server allows agents (such as Cursor) to interface with the Neon REST API.
It's still under development, I will be adding more tools as I find myself needing them.
Installation
- Run the automated install script to clone this MCP server and deploy it to your Cloudflare account:
bun create mcp --clone https://github.com/zueai/neon-mcp
-
Open
Cursor Settings -> MCP -> Add new MCP server
and paste the command that was copied to your clipboard. -
Upload your Neon API key to your worker secrets:
bunx wrangler secret put NEON_API_KEY
Local Development
Add your Neon API key to the .dev.vars
file:
NEON_API_KEY=<your-neon-api-key>
Deploy Changes
- Run the deploy script:
bun run deploy
- Reload your Cursor window to use the updated tools.
Available Tools
See src/index.ts for the current list of tools.
Learn More
Stars
7Forks
4Last commit
4 months agoRepository age
4 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Neon MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit