neon-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@neon-mcplist my Neon projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpOpen
Cursor Settings -> MCP -> Add new MCP serverand paste the command that was copied to your clipboard.Upload your Neon API key to your worker secrets:
bunx wrangler secret put NEON_API_KEYRelated MCP server: Neon MCP Server
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 deployReload your Cursor window to use the updated tools.
Available Tools
See src/index.ts for the current list of tools.
Learn More
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloudflare Workers MCP server: agent-memory
Cloudflare Workers MCP server: ai-agent-scratchpad
9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys.
Cloudflare Workers MCP server: interactive-api-playground
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.10-
- AlicenseNot gradedqualityDmaintenanceA lightweight Model Control Protocol server that allows agents like Cursor to interface with the Neon database REST API through Cloudflare Workers.30 npm19MIT
- FlicenseNot gradedqualityCmaintenanceDeployable MCP server on Cloudflare Workers without authentication, enabling AI agents to use custom tools via SSE endpoint. Supports connection to Cloudflare AI Playground and local clients like Claude Desktop.-
- FlicenseNot gradedqualityCmaintenanceA remote MCP server template deployable on Cloudflare Workers without authentication. Enables easy connection from Cloudflare AI Playground and local clients via mcp-remote proxy.-