N8n Nodes Claudecode banner
holt-web-ai holt-web-ai

N8n Nodes Claudecode

Development community intermediate

Description

**Bring the power of Claude Code directly into your n8n automation workflows!**

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🚀 Claude Code for n8n

**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/@holtweb/n8n-nodes-claudecode) [](LICENSE.md)

🌟 What Can You Build?

🔧 **Automated Code Reviews**

Create workflows that automatically review pull requests, suggest improvements, and even fix issues before merging.

🐛 **Intelligent Bug Fixing**

Connect error monitoring tools to Claude Code - automatically diagnose and fix production issues in real-time.

📊 **Database Management**

Let Claude Code write complex SQL queries, optimize database schemas, and generate migration scripts based on your requirements.

🤖 **Self-Improving Workflows**

Build n8n workflows that can modify and improve themselves using Claude Code's capabilities.

📝 **Documentation Generation**

Automatically generate and update documentation for your entire codebase, APIs, or databases.

🔄 **Code Migration**

Automate the migration of legacy codebases to modern frameworks with intelligent refactoring.

🎫 **Customer Support Automation**

Transform support tickets into code fixes automatically:

  • Analyze customer bug reports and reproduce issues
  • Generate fixes for reported problems
  • Create test cases to prevent regression
  • Update documentation based on common questions
  • Auto-respond with workarounds while fixes are deployed

⚡ Quick Start

Prerequisites

  1. Claude Code CLI (required on your n8n server):
    npm install -g @anthropic-ai/claude-code
    claude  # Authenticate (requires Claude Pro/Team subscription)

Install in n8n

Option 1: Via n8n UI (Recommended)

  1. Open your n8n instance

...