Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
50K+
4 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
get-schema | Introspect labels, relationship types, and property keys to provide schema context for Neo4j. |
read-cypher | Execute arbitrary read-only Cypher queries against the configured Neo4j database. Rejects writes, schema/admin operations, and PROFILE queries. |
write-cypher | Execute arbitrary write Cypher queries (including schema/admin operations) against the configured Neo4j database. Use only in non-production environments. |
list-gds-procedures | List available Neo4j Graph Data Science (GDS) procedures in the connected Neo4j instance. |