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
前提条件
- •サーバーのドメインに精通している
- •関連技術の基本的な理解
- •Developer Toolsの知識
おすすめのサーバー
Travel Planner Mcp Server
Travel planning and itinerary management microservice server
Todoist Mcp Server
MCP server for Todoist integration enabling natural language task management with Claude
Mcp Server Redis
MCP server to interact with Redis Server, AWS Memory DB, etc for caching or other use-cases where in-memory and key-value based storage is appropriate
詳細
もっと見る
Youtube Mcp Server
MCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Mcp Neovim Server
Control Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library
Mcp Compass
MCP Discovery & Recommendation Service - Find the right MCP server for your needs
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.