n8n MCP Server

list-variables

Retrieve all variables from n8n workflows using the n8n MCP Server. Requires an Enterprise license with variable management enabled. Use JSON input to specify the client ID for execution.

Instructions

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" }
ID: l1rov8ni7r