en un clic
n8n-setup-mcps
Configure MCP servers for n8n development in OpenCode. Use when the user says /setup-mcps or asks to set up MCP servers for n8n.
Menu
Configure MCP servers for n8n development in OpenCode. Use when the user says /setup-mcps or asks to set up MCP servers for n8n.
Basé sur la classification professionnelle SOC
Default path for all single-workflow work: new one-off workflows, existing- workflow edits, verification repairs, and workflow-local data tables. Use build-workflow directly — do not load planning or create-tasks first. Load planning only when multiple coordinated workflows or shared cross-task data tables require a dependency-aware task graph.
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Checks if a community pull request is ready for human review. Verifies CLA signature, PR title format, description completeness, test coverage, and cubic-dev-ai issues, then triages to the right Linear team or recommends a close. Use when given a PR number or branch name to review, or when the user says /community-pr-readiness-check, or asks to check if a PR is ready for review.
Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a bug, open an issue, or says /create-issue.
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
| name | n8n:setup-mcps |
| description | Configure MCP servers for n8n development in OpenCode. Use when the user says /setup-mcps or asks to set up MCP servers for n8n. |
Configure commonly used MCP servers for n8n engineers using OpenCode MCP config.
opencode mcp list
Parse 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.