Neo4j Server
Freeby 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
Neo4j Server MCP Server
Neo4j MCP server for integrating Neo4j graph database with Claude Desktop through natural language interactions
Installation
Reviews
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"]
}
}
}