EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Neon MCP Server
    Neon MCP Server icon

    Neon MCP Server

    MCP Servers

    An open-source MCP server that lets AI assistants interact with Neon Postgres databases using natural language to manage projects, run queries, and perform schema migrations.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT License. Self-host or use the remote hosted server at mcp.neon.tech.

    Engagement

    Available On

    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersDatabase ToolsAgent Frameworks

    Alternatives

    Exa MCP ServerSupabase MCP ServerApify MCP Server
    Developer
    Neon Inc.San Francisco, CAEst. 2021$130.6M raised

    Listed Aug 2026

    About Neon MCP Server

    Neon MCP Server is an open-source tool built by Neon Inc. that implements the Model Context Protocol (MCP), enabling AI assistants and coding agents to interact with Neon Postgres databases through natural language commands. It is available under the MIT License and hosted remotely at mcp.neon.tech, with the source code published on GitHub under the neondatabase organization.

    What It Is

    Neon MCP Server acts as a bridge between large language models (LLMs) and the Neon API. When an AI assistant receives a natural language request—such as "create a new database called my-database with a users table"—the MCP server translates that request into the appropriate Neon API calls. This removes the need to write SQL directly or navigate the Neon Console for common database management tasks. The server is designed primarily for local development and IDE-based workflows, and the documentation explicitly recommends against connecting it to production environments.

    How the Tool Categories Work

    The server organizes its capabilities into named tool categories, each of which can be enabled or disabled independently via URL query parameters:

    • Projects – list, create, describe, and delete Neon projects and organizations
    • Branches – create branches, compare schemas, reset branches to parent state
    • Schema – inspect tables and columns; run schema changes via a safe temporary-branch workflow
    • Querying (SQL) – execute queries and transactions; inspect database structure
    • Neon Auth – set up and configure app authentication for a branch
    • Neon Data API – enable HTTP-based Data API access for a branch
    • Observability – query OpenTelemetry-based logs from serverless functions and storage
    • Docs – look up Neon documentation from within the assistant (no OAuth required)

    Operators can restrict the server to read-only mode by appending ?readonly=true to the MCP URL, or scope all operations to a single project with ?projectId=<id>.

    Setup Path

    Three setup options are documented in the README:

    1. Quick setup via npx neon@latest init – authenticates via OAuth, creates a Neon API key, and configures the editor automatically. Works with Cursor, VS Code (GitHub Copilot), and Claude Code.
    2. Remote MCP Server with OAuth – add https://mcp.neon.tech/mcp to the MCP client config; an OAuth browser window handles authorization. No static secret is required.
    3. Remote MCP Server with API Key – pass a Neon API key in the Authorization header for headless or remote agent setups where OAuth is unavailable.

    The server runs as a Next.js App Router application deployed on Vercel. For clients that do not yet support Streamable HTTP, a deprecated SSE endpoint (https://mcp.neon.tech/sse) is also available.

    Safe Migration Workflow

    One of the more distinctive capabilities is the two-step database migration workflow. The prepare_database_migration tool creates a temporary Neon branch, applies the proposed schema change there, and returns control to the LLM so it can test the migration in isolation. Only after the LLM calls complete_database_migration are the changes merged into the main branch and the temporary branch cleaned up. This pattern leverages Neon's copy-on-write branching to make AI-driven schema changes safer and reversible.

    Current Status and Repository Activity

    The repository was created in November 2024 and shows active development, with the last push recorded in August 2026. As of the available data, the project has accumulated over 620 stars and 118 forks on GitHub. The server is deployed continuously to Vercel from the main branch, with preview environments generated for pull requests. Neon notes that the project is part of the broader Databricks Platform following Neon's acquisition.

    Neon MCP Server - 1

    Community Discussions

    Be the first to start a conversation about Neon MCP Server

    Share your experience with Neon MCP Server, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT License. Self-host or use the remote hosted server at mcp.neon.tech.

    • Full MCP server source code under MIT License
    • Remote hosted server at mcp.neon.tech
    • OAuth and API key authentication
    • All tool categories included
    • Read-only and project-scoped modes

    Capabilities

    Key Features

    • Natural language interaction with Neon Postgres databases
    • Project management: list, create, describe, delete projects
    • Branch management: create, delete, describe, reset branches
    • SQL query execution and transactions
    • Safe database migration workflow via temporary branches
    • Schema inspection: tables, columns, indexes
    • Query performance analysis and optimization (slow queries, EXPLAIN)
    • Neon Auth provisioning and configuration
    • Neon Data API provisioning
    • Observability: query OpenTelemetry-based logs
    • Documentation search and retrieval from within the assistant
    • Read-only mode via ?readonly=true URL parameter
    • Project-scoped mode via ?projectId= URL parameter
    • Category-based tool filtering via ?category= URL parameter
    • OAuth and API key authentication
    • Streamable HTTP and SSE transport support
    • Config generator for multiple editors
    • IP allowlist support for hosted MCP server

    Integrations

    Cursor
    VS Code (GitHub Copilot)
    Claude Code
    Claude Desktop
    Cline
    Windsurf
    Zed
    Kiro
    Neon API
    Neon CLI
    LangChain
    LlamaIndex
    Semantic Kernel
    Inngest
    pgvector
    Vercel KV (Upstash Redis)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Neon MCP Server and help others make informed decisions.

    Developer

    Neon Inc.

    Neon builds a serverless Postgres platform with features like autoscaling, scale-to-zero, and database branching. The company, now part of the Databricks Platform, offers products including Postgres, Auth, Data API, Neon Functions, Object Storage, and an AI Gateway. Neon's branching model enables Git-like workflows for databases, making it popular for AI agent and development use cases. The team publishes open-source tools including the Neon MCP Server and agent skills under the neondatabase GitHub organization.

    Founded 2021
    San Francisco, CA
    $130.6M raised
    168 employees

    Used by

    dev.to
    Replit
    Vercel
    Read more about Neon Inc.
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Exa MCP Server icon

    Exa MCP Server

    An open-source MCP server that connects AI assistants like Claude, Cursor, and VS Code to Exa's web search, crawling, and research agent capabilities.

    Supabase MCP Server icon

    Supabase MCP Server

    An open-source MCP server that connects AI assistants like Cursor, Claude, and Windsurf directly to Supabase projects for database management, querying, and more.

    Apify MCP Server icon

    Apify MCP Server

    An MCP server that connects AI agents to 55,000+ Apify Actors for web scraping, data extraction, and automation via a hosted endpoint or CLI.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    164 tools

    Database Tools

    AI-powered tools for database management, optimization, query construction, and schema design that enhance developer productivity and database performance.

    53 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    549 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions