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.