Neon MCP Server
Model Context Protocol (MCP) server for Neon, enabling natural language interaction with Neon databases using LLMs. It supports a standardized protocol for managing context between large language models (LLMs) and Neon.
Key features:
- Neon Integration: Seamlessly interacts with Neon Management API and databases.
- Natural Language Interface: Allows users to use natural language to manage and query Neon projects.
- Supported Tools: Supports various tools like
list_projects,describe_project,create_project,delete_project,create_branch,delete_branch,describe_branch,get_connection_string,run_sql,run_sql_transaction,get_database_tables,describe_table_schema,prepare_database_migration,complete_database_migration, andprovision_neon_auth. - Migration Management: Facilitates safe database schema changes using separate "Start" and "Commit" commands for migrations.
- Client Compatibility: Works with Claude Desktop and other MCP-compatible clients.
Use cases:
- Creating and managing Neon projects and branches.
- Running SQL queries and transactions.
- Describing database schemas and tables.
- Preparing and completing database migrations.
- Provisioning Neon Auth.




