setup-mcps

Configures MCP servers for Linear, Notion, Context7, and Figma in n8n development environments.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Uguryldz/n8nclean --skill setup-mcps-uguryldz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-mcps
Source: https://github.com/Uguryldz/n8nclean/tree/main/.claude/plugins/n8n/skills/setup-mcps
Command: npx skills add https://github.com/Uguryldz/n8nclean --skill setup-mcps-uguryldz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up MCP servers manually for n8n development is repetitive and error-prone, requiring developers to remember exact URLs, transport types, and CLI commands for each integration. ## Core Features & Use Cases - Duplicate Detection: Checks existing MCP configurations by URL or command before installing, skipping servers already present regardless of their assigned names. - Interactive Selection: Presents a multi-select menu of available MCPs (Linear, Notion, Context7, Figma) and asks for installation scope (user or local) individually per server. - Guided Authentication: Runs the correct claude mcp add commands with HTTP transport and directs users to complete OAuth authentication via /mcp or npx ctx7 setup --claude. - Use Case: An n8n engineer joins the project and types /setup-mcps to configure Linear and Notion integrations at user scope, then authenticates them in the next session. ## Quick Start Ask the assistant to set up MCP servers for n8n development by saying /setup-mcps.

Frequently Asked Questions about setup-mcps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up MCP servers for n8n development?▼

Run /setup-mcps to launch an interactive setup that lists available MCP servers (Linear, Notion, Context7, Figma), lets you select which to install, and runs the appropriate claude mcp add commands with your chosen scope.

How do I add Linear or Notion MCP to Claude CLI?▼

Use claude mcp add with HTTP transport pointing to mcp.linear.app/mcp or mcp.notion.com/mcp, choosing user scope for all projects or local scope for the current project. Authenticate afterward by running /mcp in your next session.

Does the setup skip MCP servers that are already configured?▼

Yes, the setup checks existing configurations by matching URLs or commands rather than server names, so duplicates are detected even if you previously registered them under different names. Already-configured servers are excluded from the selection menu.

What is the difference between user and local MCP scope?▼

User scope makes the MCP server available across all your projects and is the recommended default. Local scope restricts it to the current project only; project scope is intentionally not offered because it modifies a git-tracked settings file.

How do I authenticate Context7 MCP after setup?▼

Context7 handles authentication automatically through OAuth when you run npx ctx7 setup --claude yourself in the terminal. Unlike Linear, Notion, and Figma, it does not use the claude mcp add command.