Neo4j

Official 🗄️ Data & Files

Neo4j's official MCP server — run Cypher queries and read/write your graph database, with schema introspection, from your AI tools.

Tags

graph databasecypherknowledge graph

Tools (3)

read_cypherwrite_cypherget_schema

Config for Claude Desktop / Cursor

{ "mcpServers": { "neo4j": { "command": "uvx", "args": [ "mcp-neo4j-cypher" ], "env": { "NEO4J_URI": "your-neo4j-uri-here", "NEO4J_USERNAME": "your-neo4j-username-here", "NEO4J_PASSWORD": "your-neo4j-password-here" } } } }
Documentation →
Activate on Zubnet →