N8N MCP Server

N8N MCP Server

Enables Claude Desktop to integrate with n8n workflow automation platform through a centralized MCP server. Provides seamless connection to n8n instances for workflow management and automation tasks.

Category
Visit Server

README

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.sh

3. Clone הפרויקט

git clone https://github.com/ZyrticX/mcp.git
cd mcp

4. הגדר Environment

cp .env.example .env
nano .env

ערוך את הפרטים (הם כבר בקובץ):

N8N_API_URL=https://n8n.grow-agency.io
N8N_API_KEY=your_actual_key_here

5. הרץ את השרת

docker compose up -d

6. פתח Firewall

ufw allow 3000/tcp
ufw allow 80/tcp
ufw allow 443/tcp
ufw allow OpenSSH
ufw enable

7. בדוק שרץ

curl http://localhost:3000
docker compose logs -f

📱 חיבור מ-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-mcp
  • docker ps
  • ufw status

Made with ❤️ for the team

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured