MCP Neo4j Server

create_node

Add a new node to a Neo4j database by specifying a label and properties. Use this tool within the MCP Neo4j Server to efficiently manage and expand your graph data structure.

Instructions

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 from MCP Neo4j Server

Related Tools

ID: qjpsxn4zlh