Neon MCP Server
Used for running the deployment script and local development
Allows deployment of the MCP server on Cloudflare Workers
Click on "Install 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceA lightweight MCP server for managing DNS records, purging cache, and interacting with the Cloudflare API through natural language commands.Last updated24
- Alicense-qualityDmaintenanceA lightweight MCP server that enables agents to interface with Cloudflare's REST API, allowing management of DNS records and other Cloudflare services.Last updated915GPL 2.0
- Alicense-qualityDmaintenanceA lightweight Model Control Protocol server that allows agents like Cursor to interface with the Neon database REST API through Cloudflare Workers.Last updated4419MIT
- Flicense-qualityCmaintenanceA 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.Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for interacting with the Supabase platform
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zueai/neon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server