Neo4j
Freeby MCP Community
MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio
v1.0.1Added Apr 12, 2026
mcpneo4jcyphergraphmodel-context-protocol
Neo4j MCP Server
MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio
Installation
Reviews
Installation
Quick install
npx -y @daanrongen/neo4j-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["-y", "@daanrongen/neo4j-mcp"]
}
}
}