da-okazaki_mcp-neo4j-server
If you are the rightful owner of da-okazaki_mcp-neo4j-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides integration between Neo4j graph database and Claude Desktop, enabling graph database operations through natural language interactions.
The MCP Neo4j Server is designed to facilitate seamless interaction between the Neo4j graph database and Claude Desktop through natural language processing. This server allows users to perform complex graph database operations using simple language commands, making it accessible to users without deep technical knowledge of Cypher or graph databases. By leveraging the power of Neo4j, users can execute queries, create nodes and relationships, and perform data analysis with ease. The server supports a wide range of operations, including reading, creating, updating, and deleting data, all while ensuring security through parameterized queries to prevent injection attacks. The integration with Claude Desktop further enhances user experience by providing a conversational interface for database management.
Features
- execute_query: Execute Cypher queries on the Neo4j database, supporting all types of queries and returning results in a structured format.
- create_node: Create a new node in the graph database with specified labels and properties, supporting all Neo4j data types.
- create_relationship: Create a relationship between two existing nodes, defining relationship type and direction, and adding properties.