N8N MCP Server
Provides integration with n8n workflow automation platform, enabling interaction with n8n's API to manage workflows, execute automations, and control n8n instances programmatically.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@N8N MCP Servertrigger the weekly report workflow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
N8N MCP Server
שרת MCP מרכזי לעבודה עם n8n מ-Claude Desktop.
🚀 Deploy מהיר ל-DigitalOcean
1. צור Droplet
לך ל-DigitalOcean
Create → Droplets
בחר: Ubuntu 22.04 LTS
גודל: Basic $4/חודש
לחץ Create Droplet
2. התחבר והתקן Docker
ssh root@YOUR_DROPLET_IP
apt update && apt upgrade -y
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh3. Clone הפרויקט
git clone https://github.com/ZyrticX/mcp.git
cd mcp4. הגדר Environment
cp .env.example .env
nano .envערוך את הפרטים (הם כבר בקובץ):
N8N_API_URL=https://n8n.grow-agency.io
N8N_API_KEY=your_actual_key_here5. הרץ את השרת
docker compose up -d6. פתח Firewall
ufw allow 3000/tcp
ufw allow 80/tcp
ufw allow 443/tcp
ufw allow OpenSSH
ufw enable7. בדוק שרץ
curl http://localhost:3000
docker compose logs -fRelated MCP server: n8n-MCP
📱 חיבור מ-Claude Desktop
ערוך (Windows):
%APPDATA%\Claude\claude_desktop_config.jsonערוך (Mac):
~/Library/Application Support/Claude/claude_desktop_config.jsonהוסף:
{
"mcpServers": {
"n8n-team": {
"url": "http://YOUR_DROPLET_IP:3000",
"transport": "sse"
}
}
}אתחל את Claude Desktop - זהו!
🌐 הוספת דומיין (אופציונלי)
ערוך Caddyfile:
n8n-mcp.yourdomain.com {
reverse_proxy n8n-mcp:3000
}הפעל מחדש:
docker compose restart caddy🔧 פקודות שימושיות
docker compose logs -f
docker compose restart
docker compose down
docker compose up -d --build📊 Dashboard
גש לדפדפן:
http://YOUR_DROPLET_IP:3000תראה סטטוס ונתונים בזמן אמת!
🆘 תמיכה
בעיות? בדוק:
docker compose logs -f n8n-mcpdocker psufw status
Made with ❤️ for the team
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceProvides seamless integration between MCP-compatible AI assistants and n8n workflow automation, enabling intelligent management and automation of n8n workflows through natural language.5
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides AI assistants with access to documentation, schemas, and operations for over 535 n8n workflow automation nodes. It enables models to understand, create, and manage n8n workflows through natural language by connecting to the n8n API.123,606MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides AI assistants with comprehensive access to n8n workflow automation nodes, properties, and documentation. It enables models like Claude to search for nodes, access configuration templates, and manage workflows through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating with n8n, enabling workflow automation and management through natural language.2251MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZyrticX/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server