neo4j-contrib/mcp-neo4j
Model Context Protocol with Neo4j (Run queries, Knowledge Graph Memory, Manaage Neo4j Aura Instances)
Quick Start
Clone the repository:
git clone https://github.com/neo4j-contrib/mcp-neo4jClaude Desktop configuration example:
{
"mcpServers": {
"mcp-neo4j": {
"command": "npx",
"args": [
"-y",
"neo4j-contrib/mcp-neo4j"
]
}
}
}Check the repository README for specific installation and configuration instructions.