Skip to content

Neo4j

Free

by MCP Community

Node.js package to download and run the official Neo4j MCP server

v0.0.2Added Apr 12, 2026
neo4jmcpmodel-context-protocolgraph-databasecli
Works with:ClaudeGPTGeminiCopilot

Neo4j MCP Server

Node.js package to download and run the official Neo4j MCP server

Installation

Reviews

Leave a Review

Installation

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