Updated April 2026
Install n8n Manager for AI Agents
Pick your client, copy the command, done.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
git clone https://github.com/czlonkowski/n8n-manager-for-ai-agents
cd n8n-manager-for-ai-agents
npm install
npm run build2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add -e "N8N_URL=${N8N_URL}" -e "N8N_API_KEY=${N8N_API_KEY}" n8n-manager -- node "<FULL_PATH_TO_N8N_MANAGER_FOR_AI_AGENTS>/dist/index.js"Replace <FULL_PATH_TO_N8N_MANAGER_FOR_AI_AGENTS>/dist/index.js with the actual folder you prepared in step 1.
Required:
N8N_URLN8N_API_KEYEnvironment Variables
Set these before running n8n Manager for AI Agents.
VariableDescriptionRequired
N8N_URLThe base URL of your n8n instanceYesN8N_API_KEYThe API key for authenticating with your n8n instanceYesAvailable Tools (10)
Once configured, n8n Manager for AI Agents gives your AI agent access to:
n8n_create_workflowCreate new workflows with nodes and connectionsnamenodesconnectionsn8n_get_workflowRetrieve workflow details by IDworkflowIdn8n_update_workflowUpdate existing workflowsworkflowIdworkflowDatan8n_delete_workflowDelete workflows permanentlyworkflowIdn8n_list_workflowsList workflows with filtering and paginationlimitcursorn8n_trigger_webhook_workflowTrigger workflows via webhook URLwebhookUrldatan8n_get_executionGet detailed execution informationexecutionIdn8n_list_executionsList executions with status filteringstatuslimitn8n_delete_executionDelete execution recordsexecutionIdn8n_health_checkCheck API connectivity and configurationTry It Out
After setup, try these prompts with your AI agent:
→List all my current n8n workflows and tell me which ones have failed recently.
→Trigger the webhook for my 'Data Sync' workflow with this JSON payload.
→Check the health of my n8n instance to ensure the API is reachable.
→Get the details of the last execution for the workflow with ID 123.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
N8N_URL— The base URL of your n8n instanceN8N_API_KEY— The API key for authenticating with your n8n instance
Keep this setup from going cold
Save the docs, env vars, and workflow around n8n Manager for AI Agents in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.