Installation

Install with PyPI

pip install neo4j-mcp-server

Install with Homebrew

brew install neo4j-mcp

Manual server installation

Visit the release page for Neo4j MCP: https://github.com/neo4j/mcp/releases

  1. Download the archive for your operating system.

  2. Extract and place neo4j-mcp in 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.