Neon has released an open-source MCP (Model Context Protocol) server that lets LLMs like Claude interact directly with Neon's database platform via its API. The server exposes actions including project management, branching, SQL execution, and database migrations. A key highlight is that Claude can safely run migrations by leveraging Neon's copy-on-write branching to test changes on a temporary branch before committing. The initial release covers 13 actions and is available on GitHub.