MCP Directory
Back

n8n-nodes-claudecode

by johnlindquist · TypeScript · ★ 58

n8n node for Claude Code SDK integration with MCP support

Install

npx -y github:johnlindquist/n8n-nodes-claudecode

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "n8n-nodes-claudecode": {
      "command": "npx",
      "args": [
        "-y",
        "github:johnlindquist/n8n-nodes-claudecode"
      ]
    }
  }
}

From the README

**Bring the power of Claude Code directly into your n8n automation workflows!** Imagine having an AI coding assistant that can analyze your codebase, fix bugs, write new features, manage databases, interact with APIs, and automate your entire development workflow - all within n8n. That's exactly what this node enables. [](https://n8n.io/) [](https://claude.ai/code) [](https://www.npmjs.com/package/@johnlindquist/n8n-nodes-claudecode) [](LICENSE.md) Create workflows that automatically review pull requests, suggest improvements, and even fix issues before merging. Connect error monitoring to…
Read full README on GitHub →

Related other servers