n8n MCP Server

init-n8n

Initialize connection to n8n instance. Use this tool whenever an n8n URL and API key are shared to establish the connection. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
apiKeyYes
urlYes

Input Schema (JSON Schema)

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