da-okazaki_mcp-neo4j-server
0
The MCP Neo4j Server facilitates integration between Neo4j graph database and Claude Desktop, allowing users to perform graph database operations through natural language. This server supports executing Cypher queries, creating nodes and relationships, making it a versatile tool for interacting with graph databases seamlessly.
MCP Neo4j Server
An MCP server that integrates Neo4j graph database with Claude Desktop, enabling natural language interactions for database operations.
Features
- Execute Cypher queries with support for READ, CREATE, UPDATE, DELETE operations.
- Create nodes with specific labels and properties.
- Establish relationships between nodes specifying type and direction.
Installation
Install through Smithery using npx @smithery/cli install @alanse/mcp-neo4j-server --client claude
or run directly via npx.
Configuration
Set environment variables for NEO4J_URI
, NEO4J_USERNAME
, and NEO4J_PASSWORD
for connection.
Usage Examples
- Query Data: "Show me all employees in the Sales department."
- Create Data: "Add a new person named John Doe who is 30 years old."
- Create Relationships: "Make John Doe friends with Jane Smith."