Neo4j graph database — run Cypher queries, manage nodes and relationships in graph databases
NEO4J_PASSWORDnpx @getmcp/cli add neo4jConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": [
"-y",
"mcp-neo4j"
],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": ""
}
}
}
}