Skip to main content
Glama

McFlow

add_node

Add a functional n8n node to workflow files with specified position, enabling workflow development and automation.

Instructions

Add a REAL n8n node to workflow (no mock/placeholder nodes allowed)

Input Schema

NameRequiredDescriptionDefault
nodeYesThe node to add
pathYesPath to the workflow file
positionNoPosition for the new node

Input Schema (JSON Schema)

{ "properties": { "node": { "description": "The node to add", "type": "object" }, "path": { "description": "Path to the workflow file", "type": "string" }, "position": { "description": "Position for the new node", "properties": { "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" } }, "required": [ "path", "node" ], "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/mckinleymedia/mcflow-mcp'

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