Installation
Manual server installation
Visit the release page for Neo4j MCP: https://github.com/neo4j/mcp/releases
-
Download the archive for your operating system.
-
Extract and place
neo4j-mcpin a directory present in your PATH variables.
Mac and Linux:
chmod +x neo4j-mcp
sudo mv neo4j-mcp /usr/local/bin/
Windows (PowerShell or cmd):
move neo4j-mcp.exe C:\Windows\System32
Verify the neo4j-mcp installation:
neo4j-mcp -v
This should print the installed version.