经 AI Skill Hub 精选评估,开源MCP工具 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
一键式铁路模板:OpenClaw AI代理网关+n8n工作流自动化
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
一键式铁路模板:OpenClaw AI代理网关+n8n工作流自动化
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/TrendpilotAI/openclaw-n8n-railway
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "openclaw-n8n-railway"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "openclaw-n8n-railway"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<img width="1024" height="501" alt="image" src="https://github.com/user-attachments/assets/bb943f0b-1ed3-4dfc-bb95-b87302c410a5" />
You need: Railway account (2 min), Tailscale auth key (3 min), one LLM API key (already have). Total setup: under 10 minutes.
1. Railway account — railway.app 2. Tailscale account — tailscale.com (free for personal use) 3. Tailscale auth key — Generate at Tailscale Admin > Keys - Enable Reusable and Ephemeral (recommended) - Pre-approve the key to skip manual device approval 4. LLM API key — Anthropic, OpenAI, Google, OpenRouter, DeepSeek, Grok, or Kimi
---
One click deploys the full stack. All companion services are pre-wired via Railway reference variables — no manual secret sharing or internal URL configuration required.
| Service | Source | Purpose |
|---|---|---|
| **OpenClaw** | This repo (Dockerfile) | AI gateway with setup wizard, Tailscale mesh, and 4-platform compute routing |
Click the deploy button above, or:
/data (persists config and workspace across deploys)Once deployed, open your Railway service URL and navigate to /setup. Enter your SETUP_PASSWORD and follow the wizard:
The wizard applies cost-optimized defaults, copies 39 skills to your workspace, and starts the gateway automatically.
39 skills and 3 CLI tools ship with this template — your instance is productive from first boot.
| Tool | Purpose |
|---|---|
**Rube MCP** (@composio/rube-mcp) | 500+ SaaS integrations (Gmail, Slack, Notion, GitHub, and more) |
| **yt-dlp** | YouTube video metadata and transcript extraction |
| **Modal** | Serverless GPU/compute — deploy functions, run batch jobs on A10G/A100/H100 |
| **Homebrew** | Install additional CLI tools at runtime |
---
openclaw.json with backup.tar.gz archives of /data| Service | Image | Purpose | Depends On |
|---|---|---|---|
| **n8n Primary** | n8nio/n8n | Workflow automation engine with AI agent nodes | Postgres, Redis |
| **n8n Worker** | n8nio/n8n | Background workflow execution (queue mode) | n8n Primary, Postgres, Redis |
| **Postgres** | postgres-ssl:17 | Persistent storage for n8n, Postiz, and Temporal | — |
| **Redis** | redis:8.2.1 | Queue/cache backend for n8n and Postiz | — |
| **Postiz** | postiz-app | Social media scheduling and automation | Postgres, Redis |
| **Temporal** | temporalio/auto-setup | Distributed workflow orchestration | Postgres |
The template auto-generates secrets and wires all cross-service connections. You only need to fill in three values:
| Variable | Required | Description |
|---|---|---|
SETUP_PASSWORD | Yes | Password to access the /setup wizard |
TAILSCALE_AUTHKEY | Yes | Tailscale auth key (reusable + ephemeral) |
ANTHROPIC_API_KEY | Recommended | Set here or enter during the setup wizard |
Everything else is pre-configured with sensible defaults. See .env.example for the full variable list.
After deploying, delete any companion services you don't need from the Railway dashboard to reduce cost.
| Configuration | Keep | Delete |
|---|---|---|
| **OpenClaw only** | OpenClaw | n8n, Postgres, Redis, Postiz, Temporal |
| **OpenClaw + n8n** | OpenClaw, n8n Primary, n8n Worker, Postgres, Redis | Postiz, Temporal |
| **Full stack** | Everything | — |
---
The complete autonomous AI infrastructure stack. Deploy OpenClaw + n8n to Railway with Tailscale encrypted mesh networking, on-demand Modal GPU compute, and 500+ SaaS integrations — all pre-wired and ready from a single browser-based setup wizard. One click. Zero SSH. 90%+ LLM cost savings out of the box.
The standard OpenClaw Railway template gives you a gateway. This gives you the full stack.
| Bare OpenClaw | This Template | |
|---|---|---|
| n8n workflow automation | ✗ | ✓ |
| Tailscale mesh access | ✗ | ✓ |
| Modal GPU compute | ✗ | ✓ |
| 500+ SaaS integrations | ✗ | ✓ |
| LLM cost optimization | Manual | **Auto (90%+ savings)** |
| Setup | CLI | **Browser wizard** |
---
| Symptom | Cause | Fix |
|---|---|---|
ECONNREFUSED 127.0.0.1:18789 | Gateway not started | Check /setup/api/debug, verify API key is set |
Gateway did not become ready in time | Timeout | Increase healthcheckTimeout in railway.toml |
No model providers configured | Missing API key | Set ANTHROPIC_API_KEY or another LLM key in Railway Variables |
n8n relation does not exist | DB not connected | Check DB_POSTGRESDB_HOST spelling, redeploy n8n |
| Tailscale not connecting | Expired or unapproved key | Verify TAILSCALE_AUTHKEY is reusable + ephemeral + pre-approved |
| No traces in Langfuse | Missing keys | Set LANGFUSE_PUBLIC_KEY + LANGFUSE_SECRET_KEY |
For full troubleshooting details, visit /setup/api/debug for live diagnostics or open the Debug console at /setup and run openclaw doctor.
---
高质量的MCP工具,自动化工作流和AI代理网关
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:开源MCP工具 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | openclaw-n8n-railway |
| 原始描述 | 开源MCP工具:One-click Railway template: OpenClaw AI agent gateway + n8n workflow automation 。⭐4 · JavaScript |
| Topics | ai-agentsai-gatewaydockerjavascript |
| GitHub | https://github.com/TrendpilotAI/openclaw-n8n-railway |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-28 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端