Neo4j Server
Freeby MCP Community
Fork of da-okazaki's mcp-neo4j-server with automatic Cypher query syntax fixes. Neo4j MCP server for integrating Neo4j graph database with Claude Desktop throug
v0.3.5Added Apr 12, 2026
mcpneo4jgraph-databaseclaudenatural-language
Neo4j Server MCP Server
Fork of da-okazaki's mcp-neo4j-server with automatic Cypher query syntax fixes. Neo4j MCP server for integrating Neo4j graph database with Claude Desktop throug
Installation
Reviews
Installation
Quick install
npx -y @nibronix/mcp-neo4j-server
Add to claude_desktop_config.json
{
"mcpServers": {
"neo4j-server": {
"command": "npx",
"args": ["-y", "@nibronix/mcp-neo4j-server"]
}
}
}