mcp-neo4j-server
If you are the rightful owner of 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 various database operations such as querying, creating nodes, and establishing relationships using simple language commands. It supports all types of Cypher queries and ensures secure operations by allowing parameterized queries to prevent injection attacks. The server is easily configurable and can be integrated into existing setups using npx or Smithery for automatic installation. It requires basic environment variables for connection to the Neo4j database and offers a robust set of features for managing graph data efficiently.
Features
- Execute Cypher queries on the Neo4j database with support for all query types.
- Create new nodes with specified labels and properties, supporting all Neo4j data types.
- Establish relationships between existing nodes with defined types and properties.
- Secure operations with parameterized queries to prevent injection attacks.
- Structured query results for easy interpretation and further processing.