n8n MCP Server: Automate Workflows with Your AI Agent (2026)
Set up the n8n MCP server to let your AI agent create, modify, and trigger workflow automations through the Model Contex
The n8n MCP server connects your AI coding agent to n8n, the open-source workflow automation platform. Your agent can create, modify, and trigger n8n workflows through the Model Context Protocol. This turns your coding agent into a workflow automation assistant.
Quick Answer: The n8n MCP server enables AI coding agents to create, modify, and trigger n8n workflows through the Model Context Protocol, turning the agent into a workflow automation assistant. It allows agents to build automations from natural language descriptions, facilitate integration development, and automate DevOps tasks.
What You Can Do
With the n8n MCP server connected, your AI agent can:
- Create workflows: Describe an automation in natural language, and the agent builds the n8n workflow
- Read existing workflows: Analyze and understand your current automations
- Modify workflows: Add nodes, change triggers, update connections
- Trigger executions: Run workflows on demand
- Debug failures: Read execution logs and identify issues
Recommended skills

Enterprise Automation Engineering Architect
by Shandra
Designs and upgrades business automation systems into modular, reliable, observa…

agent-financial-research-workflow
by Timoranjes
Teaches AI coding agents (Claude Code, Cursor, Codex CLI) to perform structured…
video enhancement
by verging.ai · 37
Upscale, denoise, and sharpen videos using AI with support for local files, YouT…
Installation
npm install -g @n8n/mcp-server
Configure in Claude Code:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["@n8n/mcp-server"],
"env": {
"N8N_API_URL": "https://your-n8n-instance.com/api/v1",
"N8N_API_KEY": "your-api-key"
}
}
}
}
Use Cases
Building Automations from Descriptions
"Create an n8n workflow that monitors a GitHub repo for new issues labeled 'bug', sends a Slack notification to #engineering, and creates a Jira ticket."
The agent creates the full workflow with the correct nodes, connections, and configuration.
Integration Development
When building applications that need to connect to external services, the n8n MCP server lets your agent set up the integration layer. Your agent can create webhooks, configure API connections, and build data transformation workflows.
DevOps Automation
"Create a workflow that runs every morning at 9 AM, checks our Supabase database for failed jobs, and sends a summary email."
The agent builds deployment pipelines, monitoring automations, and alerting workflows directly in n8n.
Pairing with Skills
A DevOps skill or automation skill from Agensi combined with the n8n MCP server creates a powerful automation development workflow. The skill defines best practices for workflow design. The MCP server provides the execution environment.
Browse automation and DevOps skills on Agensi.
Keep reading
- What Is Model Context Protocol (MCP)? The Universal Interface for AI Agents
- Figma MCP Server: Turn Designs into Code with AI Agents (2026)
- Playwright MCP Server: Setup Guide for AI Coding Agents (2026)
- Context7 MCP Server: Add Live Documentation to Your AI Agent (2026)
- GitHub MCP Server: Connect Your AI Agent to GitHub (2026)