Lightweight MCP server to give your Cursor Agent access to the Neon API
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
Prerequisites
- •Familiarity with the server domain
- •Basic understanding of related technologies
- •Knowledge of Developer Tools
Recommended Server
Youtube Mcp Server
MCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Gmail Mcp Server
A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.
Mcp Server Rabbitmq
MCP server for interacting with RabbitMQ