Best for
- Developers on Neo4j Aura who want to manage instances through a conversational assistant
- Teams that need to quickly spin up or clean up test Aura instances
- Users already running Claude Desktop or another MCP client
An instance-management MCP server for Neo4j Aura that lets an AI assistant create, look up, scale, and delete instances in natural language, with simple setup (STDIO plus two required secrets). It is maintained by the Neo4j Field GenAI team as a Labs project rather than an officially supported product, so it suits personal development and experimentation but not production-critical paths that need stability and support; pay particular attention to securing the highly privileged API credentials.
This is one of the MCP servers in the Neo4j Labs project, located in the repository subfolder servers/mcp-neo4j-cloud-aura-api, published on PyPI as mcp-neo4j-aura-manager, version 0.4.8. It connects to the Neo4j Aura console through the Aura API so that MCP-capable clients such as Claude Desktop, VS Code, Cursor, Windsurf, and Gemini CLI can manage Aura instances in natural language: create and destroy instances, find instances by name, scale them up and down, and enable features. It uses STDIO transport and requires the Aura API Client ID and Client Secret as environment variables, both of which are required secrets. It is an experimental Neo4j Labs project developed and maintained by the Neo4j Field GenAI team, is not supported by the Neo4j product team, and comes with no SLA or backwards compatibility guarantees; the official product MCP server lives in a separate repository, neo4j/mcp.