Claude Code Setup Command
claude mcp add n8n-expert --transport http -H "X-API-Key: YOUR_KEY" https://app.expert-n8n.com/mcp
Cursor (~/.cursor/mcp.json)
{ "mcpServers": { "n8n-expert": { "url": "https://app.expert-n8n.com/mcp", "headers": { "X-API-Key": "YOUR_KEY" } } } }
ChatGPT Desktop (Settings → MCP)
URL: https://app.expert-n8n.com/mcp
Header: X-API-Key: YOUR_KEY
VS Code (Copilot Settings → MCP)
{ "mcp": { "servers": { "n8n-expert": { "url": "https://app.expert-n8n.com/mcp", "headers": { "X-API-Key": "YOUR_KEY" } } } } }
Windsurf (~/.windsurf/mcp.json)
{ "mcpServers": { "n8n-expert": { "url": "https://app.expert-n8n.com/mcp", "headers": { "X-API-Key": "YOUR_KEY" } } } }
📋 After registration: You will receive your API key and setup instructions for your selected client.