Back to MCP Servers
🔌

neo4j-contrib/mcp-neo4j

MIT

🐍 🏠 - Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances)

PythonAI & LLMs

Install

npx -y neo4j-contrib-mcp-neo4j

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "neo4j-contrib-mcp-neo4j": {
      "command": "npx",
      "args": [
        "-y",
        "neo4j-contrib-mcp-neo4j"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.