What problem does it solve?
Connecting Neo4j to MCP-capable editors often fails due to misconfigured transport, missing environment variables, or incorrect tool expectations, preventing reliable schema discovery and Cypher execution.
Core Features & Use Cases
- MCP Server Installation & Configuration: Installs and configures the official Neo4j MCP server and guides you through editor-specific setup for stdio-based integrations (and optional HTTP transport).
- Tooling for Schema and Query Execution: Enables the MCP toolset to (a) fetch schema, (b) run read-only Cypher, (c) run write Cypher when allowed, and (d) list Graph Data Science procedures.
- Write Safety Controls & Multi-DB Support: Uses
NEO4J_READ_ONLY to control whether write-cypher is available and supports explicit NEO4J_DATABASE targeting.
Quick Start
Tell the AI: "Install neo4j-mcp-server and configure my Claude Code MCP server to connect to my Neo4j Aura database in read-only mode using stdio transport."