Back to directory
@alanse/mcp-neo4j-server

@alanse/mcp-neo4j-server

@da-okazaki58

An MCP server that provides integration between Neo4j graph database and Claude Desktop, enabling graph database operations through natural language interactions.

neo4jgraph databasemcp servernatural language interactiondatabase

Installation & Configuration

{
  "mcpServers": {
    "neo4j": {
      "command": "npx",
      "args": [
        "@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
2025/1/5
Updated
2026/6/8