mcp-neo4j-server
45
MCP Neo4j Server is an MCP server that connects the Neo4j graph database with Claude Desktop, allowing for natural language database operations. It facilitates intuitive interactions to execute queries, create nodes, and establish relationships within the database.
MCP Neo4j Server
An MCP server that integrates Neo4j graph database with Claude Desktop, enabling natural language interactions for database operations.
Features
- Execute Query: Perform Cypher queries on Neo4j, supporting READ, CREATE, UPDATE, DELETE operations.
- Create Node: Add nodes with labels and properties to the database.
- Create Relationship: Establish relationships between existing nodes with defined properties.
Configuration
- Requires environment variables: NEO4J_URI, NEO4J_USERNAME, NEO4J_PASSWORD.
Installation
- Install via Smithery or with npm commands.
Usage Examples
- Query and manipulate data using natural language with Claude Desktop for intuitive database interactions.