
Neo4j MCP
by cxt9
Query and mutate Neo4j graph databases using Cypher via MCP.
What it does
Neo4j MCP connects your AI assistant to Neo4j graph databases, enabling the model to perform complex graph queries, mutate data, and introspect database schemas using the Cypher query language.
Tools
cypher_query: Execute read or write Cypher queries to retrieve or modify graph data.get_database_schema: Retrieve labels, relationship types, and property keys from the database.test_database_connection: Verify connectivity and check Bolt protocol version.
Installation
Install via pip: pip install -e . from the cloned repo. Add to claude_desktop_config.json:
{
"mcpServers": {
"neo4j": {
"command": "neo4j-mcp-server",
"args": []
}
}
}
Ensure a .env file exists in the working directory with NEO4J_HOST, NEO4J_USERNAME, and NEO4J_PASSWORD.
Supported hosts
- claude
- cursor
- codex
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/31/2026
- stars






