MCP Neo4j Server

execute_query

Run Cypher queries on a Neo4j database to interact with and manage graph data, enabling actions like creating nodes and establishing relationships.

Instructions

Execute a Cypher query on Neo4j database

Input Schema

NameRequiredDescriptionDefault
paramsNoQuery parameters
queryYesCypher query to execute

Input Schema (JSON Schema)

{ "properties": { "params": { "additionalProperties": true, "description": "Query parameters", "type": "object" }, "query": { "description": "Cypher query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Neo4j Server

Related Tools

ID: qjpsxn4zlh