Back to MCP Servers
Neo4j Graph Database
Query and manage Neo4j graph databases with Cypher operations and schema exploration
databaseneo4jgraphcyphercommunity
Installation
npm install -g @neo4j/mcp-serverConfiguration
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "@neo4j/mcp-server"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes