n8n MCP Server

list-variables

List all variables from n8n. NOTE: Requires n8n Enterprise license with variable management features enabled. Use after init-n8n to see available variables. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
clientIdYes

Input Schema (JSON Schema)

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