Skip to main content
Glama

n8n MCP Server

by get2knowio

set_node_position

Position nodes within n8n workflows by specifying exact coordinates to organize workflow layouts and improve visual structure.

Instructions

Set the position of a node in an n8n workflow

Input Schema

NameRequiredDescriptionDefault
nodeIdYes
workflowIdYes
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "nodeId": { "type": "string" }, "workflowId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "x": { "type": "number" }, "y": { "type": "number" } }, "required": [ "workflowId", "nodeId", "x", "y" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/get2knowio/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server