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": "neo4j+s://xxx.databases.neo4j.io", "NEO4J_USERNAME": "neo4j", "NEO4J_PASSWORD": "your-neo4j-password-here" } } } }
Documentation →
Activate on Zubnet →