Skip to content

Neo4j

Free

by MCP Community

A Neo4j MCP server implementation for managing graph database operations

v1.0.3Added Apr 12, 2026
neo4jmcpservergraph-database
Works with:ClaudeGPTGeminiCopilot

Neo4j MCP Server

A Neo4j MCP server implementation for managing graph database operations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @neobarrientos/neo4j_mcpserver
Add to claude_desktop_config.json
{
  "mcpServers": {
    "neo4j": {
      "command": "npx",
      "args": ["-y", "@neobarrientos/neo4j_mcpserver"]
    }
  }
}