Skip to content

Neo4j

Free

by MCP Community

MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio

v1.0.1Added Apr 12, 2026
mcpneo4jcyphergraphmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Neo4j MCP Server

MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio

Installation

Reviews

Leave a Review

Installation

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