- Explore MCP Servers
- neon-mcp
Neon Mcp
What is Neon Mcp
neon-mcp is a lightweight Model Control Protocol (MCP) server that enables Cursor Agents to access the Neon API. It is built using create-mcp and deployed on Cloudflare Workers.
Use cases
Use cases for neon-mcp include developing applications that require real-time data access from the Neon API, creating tools for data visualization, and enhancing user interactions within Cursor-based environments.
How to use
To use neon-mcp, run the automated install script to clone the server and deploy it to your Cloudflare account. Then, add the MCP server in Cursor Settings and upload your Neon API key to the worker secrets.
Key features
Key features of neon-mcp include lightweight deployment on Cloudflare Workers, easy integration with the Neon REST API, and a straightforward installation process using automated scripts.
Where to use
neon-mcp can be used in various fields where integration with the Neon API is required, particularly in applications that utilize Cursor Agents for enhanced functionality.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Neon Mcp
neon-mcp is a lightweight Model Control Protocol (MCP) server that enables Cursor Agents to access the Neon API. It is built using create-mcp and deployed on Cloudflare Workers.
Use cases
Use cases for neon-mcp include developing applications that require real-time data access from the Neon API, creating tools for data visualization, and enhancing user interactions within Cursor-based environments.
How to use
To use neon-mcp, run the automated install script to clone the server and deploy it to your Cloudflare account. Then, add the MCP server in Cursor Settings and upload your Neon API key to the worker secrets.
Key features
Key features of neon-mcp include lightweight deployment on Cloudflare Workers, easy integration with the Neon REST API, and a straightforward installation process using automated scripts.
Where to use
neon-mcp can be used in various fields where integration with the Neon API is required, particularly in applications that utilize Cursor Agents for enhanced functionality.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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 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_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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










