Neo4j
Freeby Indie Developer
Work with graph databases using Cypher queries and graph analytics.
v1.0.0Added Feb 14, 2025
neo4jgraphcypher
Neo4j MCP Server
Work with graph databases using Cypher queries and graph analytics.
Features
- Cypher queries
- Graph visualization
- Relationship analysis
- APOC procedures
- Graph algorithms
Installation
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "mcp-neo4j"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-neo4j
Add to claude_desktop_config.json
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "mcp-neo4j"]
}
}
}