Skip to content

Neo4j Server

Free

by MCP Community

Neo4j MCP server for integrating Neo4j graph database with Claude Desktop through natural language interactions

v0.2.0Added Apr 12, 2026
mcpneo4jgraph-databaseclaudenatural-language
Works with:ClaudeGPTGeminiCopilot

Neo4j Server MCP Server

Neo4j MCP server for integrating Neo4j graph database with Claude Desktop through natural language interactions

Installation

Reviews

Leave a Review

Installation

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