Neo4j MCP
the six Ws · specification
Developers and agents working with graph structured data in Neo4j.
An MCP server that lets an agent inspect a Neo4j graph schema and run Cypher queries to read or write nodes and relationships.
Runs locally and connects to any Neo4j deployment including Aura, self managed servers, Docker, Desktop, or Sandbox.
Used when an agent needs to explore or update graph data as part of a coding or retrieval task.
Gives agents direct, structured access to graph databases instead of requiring hand written driver code.
Requires network access to a Neo4j instance and valid database credentials.
Official server published by Neo4j under the neo4j GitHub organization, open source, can execute write Cypher so it can modify data unless restricted, runs locally against self hosted or Aura instances.
alternatives
works with