n8n MCP Server

list-projects

Retrieve all projects from n8n using a client ID, enabling efficient project management and integration via the n8n MCP Server. Requires n8n Enterprise license.

Instructions

List all projects from n8n. NOTE: Requires n8n Enterprise license with project management features enabled. 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