CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

MCP Setup for n8n Development in OpenCode

Configure commonly used MCP servers for n8n engineers using OpenCode MCP config.

Instructions

  1. Check which MCPs are already configured by running, if available:
opencode mcp list

Parse by URL or command, not just server name. Skip any MCP whose URL is already present.

Known MCP URLs:

  • Linear: https://mcp.linear.app/mcp
  • Notion: https://mcp.notion.com/mcp
  • Context7: https://mcp.context7.com/mcp
  • Figma: https://mcp.figma.com/mcp
  1. Ask the user which unconfigured MCPs they want to add. If all are already configured, tell the user and stop.
OptionLabelDescription
LinearLinearLinear ticket management with OAuth
NotionNotionNotion workspace integration with OAuth
Context7Context7Library documentation lookup
FigmaFigmaFigma design integration with OAuth
  1. Ask once whether to install in user or project scope.
ScopeConfig pathWhen to use
user~/.config/opencode/opencode.jsonDefault. Available in all projects.
project./opencode.jsonOnly when the user explicitly wants repo-local config.
  1. Add the selected MCP entries under the 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
    }
  }
}
  1. After editing config, tell the user to authenticate OAuth-backed servers with:
opencode mcp auth <server-name>

Use the configured server names, for example linear, notion, or figma. Context7 does not require OAuth by default.

Repository
n8n-io/n8n
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.