n8n-mcp-orchestrator

Orchestrate MCP-based AI workflows in n8n with bidirectional tool exposure.

1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/manutej/crush-mcp-server --skill n8n-mcp-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-mcp-orchestrator
Source: https://github.com/manutej/crush-mcp-server/tree/main/.claude/skills/n8n-mcp-orchestrator
Command: npx skills add https://github.com/manutej/crush-mcp-server --skill n8n-mcp-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert MCP orchestration with n8n, enabling bidirectional MCP, exposing workflows as AI tools, and coordinating multi-agent automation pipelines.

Core Features & Use Cases

  • MCP Server Integration: Expose n8n workflows as AI tools for Claude Code.
  • MCP Client Integration: Call external MCP servers from n8n workflows.
  • Agentic Orchestration: Build multi-agent automation with Claude Code integration.

Quick Start

Configure an MCP server in n8n, expose a tool, and call it from Claude Code to perform a task.

Frequently Asked Questions about n8n-mcp-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose n8n workflows as MCP tools for Claude?

MCP Server integration in n8n lets you expose workflows as tools that Claude Code can call directly. Configure an MCP server trigger in n8n, define your workflow parameters as JSON Schema, and Claude will discover and invoke those tools as part of agentic orchestration.

Can I call external MCP servers from within n8n workflows?

Yes, MCP Client integration allows n8n workflows to consume external MCP servers as tools. This enables you to pull in capabilities from Claude Desktop or other MCP-compliant sources and incorporate them into your automation pipeline without rebuilding functionality.

What does bidirectional MCP orchestration mean in n8n?

Bidirectional MCP means n8n can both expose its workflows as tools to Claude (MCP Server) and consume external MCP servers within workflows (MCP Client). This creates a two-way integration where Claude orchestrates n8n tasks and n8n reaches out to other AI tools, enabling coordinated multi-agent automation.

How do I set up multi-agent automation with n8n and Claude Code?

Build multi-agent workflows by exposing n8n tasks as MCP tools, then have Claude Code coordinate execution across agents. Use JSON Schema parameter definitions, configure authentication modes, and map parameters between agents; n8n handles agent coordination and error handling in the orchestration pipeline.

Does n8n MCP orchestration work in production at scale?

Yes, this Skill satisfies production requirements including error handling, multiple authentication modes, and deployment on Docker and Kubernetes. It supports scalable production-ready automation pipelines for coordinated multi-agent execution with reliable MCP bidirectional integration.

What authentication and parameter mapping options are available for MCP in n8n?

MCP orchestration supports multiple authentication modes and parameter mapping between tools, enabling flexible credential handling and data flow across agents. JSON Schema definitions let you specify parameters precisely, ensuring correct data routing in complex multi-agent workflows.