n8n MCP Server

init-n8n

Initialize connection to n8n instance

Input Schema

NameRequiredDescriptionDefault
apiKeyYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url", "apiKey" ], "type": "object" }

You must be authenticated.

Other Tools