Skip to content

Neo4j Server

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}