Back to directory
da-okazaki/mcp-neo4j-server

da-okazaki/mcp-neo4j-server

@da-okazaki

MCP服务器,提供Neo4j图数据库与Claude桌面版之间的集成,支持通过自然语言进行图数据库操作。

neo4jgraph-databasecypherclaude-desktopmcpdatabasequerygraph

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13