MCP Neo4j Server

create_node

Create a new node in Neo4j

Input Schema

NameRequiredDescriptionDefault
labelYesNode label
propertiesYesNode properties

Input Schema (JSON Schema)

{ "properties": { "label": { "description": "Node label", "type": "string" }, "properties": { "additionalProperties": true, "description": "Node properties", "type": "object" } }, "required": [ "label", "properties" ], "type": "object" }

You must be authenticated.

Other Tools