{
  "id": 7696815,
  "title": "How to Connect Claude to n8n and Let an AI Agent Run Your Automations (2026 Guide)",
  "url": "https://urgent.news/2026/09/16/how-to-connect-claude-to-n8n-and-let-an-ai-agent-run-your-automations",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-16T03:43:27.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/shaam_ai/how-to-connect-claude-to-n8n-and-let-an-ai-agent-run-your-automations-2026-guide-4k8h"
  },
  "original_language": "en",
  "account": "Connecting Claude to n8n enables an AI agent to manage your automations, simplifying and streamlining workflow management. Following these steps will allow Claude to call your n8n workflows as tools:\n\n1. Create a workflow in n8n with an MCP Server Trigger node. Assign it a path and a bearer token that Claude will use to authenticate.\n2. Attach Custom n8n Workflow Tool nodes to the MCP Server Trigger node. Each node represents a workflow that Claude can call upon.\n3. In the Claude app, add a custom connector by providing the MCP endpoint URL (from step 1) and the bearer token (from step 1). The Claude API also supports MCP client creation via code.\n4. Use n8n's official Connect to n8n MCP server guide and the official skills repository to configure your coding agent (Claude Code or Codex). This will enable the agent to understand n8n's conventions and generate effective workflows.\n\nBoth directions of connection are possible: having Claude call n8n, or n8n calling Claude. However, for most use cases, the former is preferred. Claude as the client, with n8n as the server, allows users to chat with the AI agent and receive workflow performance, testing, and debugging results. This guide outlines the process of setting up both directions, providing a comprehensive solution for automating and managing your workflows with Claude.",
  "summary": "Verdict: If your n8n workflows keep growing into sprawling twenty-node monsters that you are afraid to touch, stop editing them by hand. n8n ships an official MCP (Model Context Protocol) integration, and Claude connects to MCP servers natively. Wire the two together once, and you can tell an AI agent, in plain language, to build, simplify, test, and fix your workflows for you. The setup takes…",
  "key_points": [
    "Create n8n workflow with MCP Server Trigger node",
    "Attach Custom n8n Workflow Tool nodes to MCP Trigger",
    "Add Claude connector in Claude app with MCP endpoint and token"
  ],
  "editors_take": "Integrating Claude with n8n in this way lets users leverage AI to oversee and execute automations, shifting workflow management from manual to AI-driven interaction.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}