Skip to main content
DatabasesPython

neo4j-contrib/mcp-neo4j

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

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/neo4j-contrib/mcp-neo4j

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
neo4j-contrib