Agent Skillsn8n-io/n8n › n8n:setup-mcps

n8n:setup-mcps

GitHub

用于为n8n开发环境配置MCP服务器,支持Linear、Notion、Context7和Figma。通过检测已配置项、引导用户选择并执行安装命令,简化多工具集成流程。

.claude/plugins/n8n/skills/setup-mcps/SKILL.md n8n-io/n8n

触发场景

用户请求设置或配置MCP服务器 触发 /setup-mcps 指令

安装

npx skills add n8n-io/n8n --skill n8n:setup-mcps -g -y
更多选项

非标准路径

npx skills add https://github.com/n8n-io/n8n/tree/master/.claude/plugins/n8n/skills/setup-mcps -g -y

不安装直接使用

npx skills use n8n-io/n8n@n8n:setup-mcps

指定 Agent (Claude Code)

npx skills add n8n-io/n8n --skill n8n:setup-mcps -a claude-code -g -y

安装 repo 全部 skill

npx skills add n8n-io/n8n --all -g -y

预览 repo 内 skill

npx skills add n8n-io/n8n --list

SKILL.md

Frontmatter
{
    "name": "n8n:setup-mcps",
    "description": "Configure MCP servers for n8n development. Use when the user says \/setup-mcps or asks to set up MCP servers for n8n."
}

MCP Setup for n8n Development

Configure commonly used MCP servers for n8n engineers.

Instructions

  1. First, check which MCPs are already configured by running:
claude mcp list

Parse the output and match by URL/command, not server name (users may have used different names). The URLs to check for:

  • Linear: mcp.linear.app
  • Notion: mcp.notion.com
  • Context7: ctx7 or context7-mcp
  • Figma: mcp.figma.com

Skip any MCP whose URL/command is already present (regardless of scope or name).

  1. Present the MCP selection menu using AskUserQuestion with multiSelect: true. Only show MCPs that are not already configured. If all are already configured, inform the user and skip the menu.
Option Label Description
Linear Linear Linear ticket management (HTTP, OAuth — opens browser to authenticate)
Notion Notion Notion workspace integration (HTTP, OAuth — opens browser to authenticate)
Context7 Context7 Library documentation lookup (OAuth setup via CLI)
Figma Figma Figma design integration (HTTP, OAuth — opens browser to authenticate)
  1. Process each selected MCP one at a time in a loop. For each MCP: a. Ask the user via AskUserQuestion: "Where should {MCP name} be installed?"
    • user (default, recommended) — available in all projects
    • local — only in this project b. Run the install command for that MCP with the chosen scope c. Then move to the next MCP and ask again

Do NOT batch the scope question — ask separately for each MCP. Do NOT offer project scope — it modifies .claude/settings.json which is tracked in git.

Commands per MCP:

Linear

claude mcp add -s {scope} linear-server --transport http https://mcp.linear.app/mcp

After adding, tell the user to run /mcp in their next session to authenticate.

Notion

claude mcp add -s {scope} notion --transport http https://mcp.notion.com/mcp

After adding, tell the user to run /mcp in their next session to authenticate.

Context7

Tell the user to run this command themselves (it handles auth via OAuth automatically):

npx ctx7 setup --claude

Figma

claude mcp add -s {scope} figma --transport http https://mcp.figma.com/mcp

After adding, tell the user to run /mcp in their next session to authenticate.

  1. After running the commands, confirm which MCPs were configured and note any manual steps remaining (authentication via /mcp, Context7 setup).

版本历史

  • c31d0e5 当前 2026-08-20 19:08

同 Skill 集合

.agents/skills/community-pr-readiness-check/SKILL.md
.agents/skills/content-design/SKILL.md
.agents/skills/conventions/SKILL.md
.agents/skills/create-agent-builder-eval/SKILL.md
.agents/skills/create-community-node-lint-rule/SKILL.md
.agents/skills/create-instance-ai-eval/SKILL.md
.agents/skills/create-issue/SKILL.md
.agents/skills/create-pr/SKILL.md
.agents/skills/create-skill/SKILL.md
.agents/skills/db-migrations/SKILL.md
.agents/skills/design-system/SKILL.md
.agents/skills/experiments/SKILL.md
.agents/skills/gh-stack/SKILL.md
.agents/skills/human-like-code-review/SKILL.md
.agents/skills/linear-issue/SKILL.md
.agents/skills/loom-transcript/SKILL.md
.agents/skills/nathan/SKILL.md
.agents/skills/node-add-oauth/SKILL.md
.agents/skills/protect-endpoints/SKILL.md
.agents/skills/public-api/SKILL.md
.agents/skills/reproduce-bug/SKILL.md
.agents/skills/spec-driven-development/SKILL.md
.agents/skills/telemetry/SKILL.md
.agents/skills/ui-design/SKILL.md
.opencode/skills/setup-mcps/SKILL.md
packages/@n8n/cli/skills/n8n-cli/SKILL.md
packages/@n8n/instance-ai/skills/agent-builder/SKILL.md
packages/@n8n/instance-ai/skills/config-evals/SKILL.md
packages/@n8n/instance-ai/skills/credential-recipe-research/SKILL.md
packages/@n8n/instance-ai/skills/credential-setup-with-computer-use/SKILL.md
packages/@n8n/instance-ai/skills/debugging-executions/SKILL.md
packages/@n8n/instance-ai/skills/instance-awareness/SKILL.md
packages/@n8n/instance-ai/skills/n8n-docs-assistant/SKILL.md
packages/@n8n/instance-ai/skills/planned-task-runtime/SKILL.md
packages/@n8n/instance-ai/skills/planning/SKILL.md
packages/@n8n/instance-ai/skills/post-build-flow/SKILL.md
packages/@n8n/instance-ai/skills/data-table-manager/SKILL.md
packages/@n8n/instance-ai/skills/intent-recognition/SKILL.md
packages/@n8n/instance-ai/skills/model-selection/SKILL.md
packages/@n8n/instance-ai/skills/one-off-operations/SKILL.md
packages/@n8n/instance-ai/skills/progressive-building/SKILL.md
packages/@n8n/instance-ai/skills/workflow-builder/SKILL.md

元信息

文件数
0
版本
fe0fad5
Hash
43102c12
收录时间
2026-08-20 19:08

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-23 15:21
浙ICP备14020137号-1