About
Overview
The Neo4j MCP Server enables AI agents to interact with Neo4j graph databases using Cypher queries. It provides tools for executing read and write queries, exploring node relationships, listing labels and relationship types, and analyzing graph patterns. Ideal for knowledge graphs, recommendation engines, and network analysis.
Capabilities
Tools & Capabilities
⚡query
Execute a Cypher query against the Neo4j database
⚡get_schema
Get the graph schema including node labels and relationship types
⚡list_labels
List all node labels in the database
⚡list_relationship_types
List all relationship types in the graph
Setup
Installation
bash
Install
pip install mcp-neo4jExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"neo4j": {
"command": "python",
"args": ["-m", "mcp_neo4j"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "password"
}
}
}
}Quick Info
Authorneo4j-contrib
LanguagePython
StatusStable
Stars★ 350
Last UpdatedFeb 12, 2026