Back to MCP Servers

Neo4j Graph Database

Query and manage Neo4j graph databases with Cypher operations and schema exploration

databaseneo4jgraphcyphercommunity

Installation

npm install -g @neo4j/mcp-server

Configuration

{
  "mcpServers": {
    "neo4j": {
      "command": "npx",
      "args": ["-y", "@neo4j/mcp-server"],
      "env": {
        "NEO4J_URI": "bolt://localhost:7687",
        "NEO4J_USER": "neo4j",
        "NEO4J_PASSWORD": "your-password"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes