Neon MCP Server
Used for running the deployment script and local development
Allows deployment of the MCP server on Cloudflare Workers
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 MCP Serverlist all my Neon database 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: Cloudflare API MCP
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
Related MCP Connectors
Cloudflare Workers MCP server: interactive-api-playground
Cloudflare Workers MCP server: ai-guardrails
Cloudflare Workers MCP server: ai-gateway
Cloudflare Workers MCP server: ai-model-router
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceA lightweight MCP server for managing DNS records, purging cache, and interacting with the Cloudflare API through natural language commands.24-
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP server that enables agents to interface with Cloudflare's REST API, allowing management of DNS records and other Cloudflare services.12 npm15GPL 2.0
- 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 gradedqualityCmaintenanceA deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.-