Setting the skill. One moment.
Skills
Skill 15 of 43
Configure MCP servers for n8n development in OpenCode. Use when the user says /setup-mcps or asks to set up MCP servers for n8n.
1 minute · 183 words · 2 sections
Install
npx skills add n8n-io/n8n --skill n8n:setup-mcpsnpx skills add n8n-io/n8n/plugin marketplace add n8n-io/n8nThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Configure commonly used MCP servers for n8n engineers using OpenCode MCP config.
opencode mcp listParse by URL or command, not just server name. Skip any MCP whose URL is already present.
Known MCP URLs:
https://mcp.linear.app/mcphttps://mcp.notion.com/mcphttps://mcp.context7.com/mcphttps://mcp.figma.com/mcp| Option | Label | Description |
|---|---|---|
| Linear | Linear | Linear ticket management with OAuth |
| Notion | Notion | Notion workspace integration with OAuth |
| Context7 | Context7 | Library documentation lookup |
| Figma | Figma | Figma design integration with OAuth |
| Scope | Config path | When to use |
|---|---|---|
| user | ~/.config/opencode/opencode.json | Default. Available in all projects. |
| project | ./opencode.json | Only when the user explicitly wants repo-local config. |
mcp object in the selected config.
Preserve existing config keys and existing MCP entries.{
"mcp": {
"linear": {
"type": "remote",
"url": "https://mcp.linear.app/mcp",
"enabled": true
},
"notion": {
"type": "remote",
"url": "https://mcp.notion.com/mcp",
"enabled": true
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"figma": {
"type": "remote",
"url": "https://mcp.figma.com/mcp",
"enabled": true
}
}
}opencode mcp auth <server-name>Use the configured server names, for example linear, notion, or figma.
Context7 does not require OAuth by default.
master, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 5 distinct layouts observed: .agents/skills/*/SKILL.md, .claude/plugins/n8n/skills/*/SKILL.md, .opencode/skills/*/SKILL.md, packages/@n8n/cli/skills/*/SKILL.md, packages/@n8n/instance-ai/skills/*/SKILL.md.h1 and no skipped levels:.claude/plugins/n8n/.claude-plugin/marketplace.json by n8n, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./n8n-io/n8n.md, and each skill at its own .md URL.