neo4j-mcp

Neo4j MCP server for integrating Neo4j databases with AI tools

brewmacoslinux
Try with needOr install directly
Source

About

Neo4j official Model Context Protocol server for AI tools

Commands

neo4j-mcp

Examples

Start the Neo4j MCP server on default port$ neo4j-mcp
Start the server with custom Neo4j connection URI$ neo4j-mcp --uri bolt://localhost:7687
Start the server with authentication credentials$ neo4j-mcp --uri bolt://localhost:7687 --user neo4j --password mypassword