neo4j-mcp

dpartin/neo4j-mcp

3.2

If you are the rightful owner of neo4j-mcp 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.

The Neo4j MCP Server is a Model Context Protocol server that provides access to Neo4j graph database functionalities, enabling AI assistants and applications to perform CRUD operations, advanced analytics, and RAG capabilities.

Tools

Functions exposed to the LLM to take actions

create_node

Create new nodes with labels and properties.

get_node

Retrieve nodes by ID or filters.

update_node

Update node properties and labels.

delete_node

Delete nodes and handle cascading.

create_relationship

Create relationships between nodes.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources