강의

멘토링

로드맵

BEST
AI Technology

/

AI Agent Development

From No-Code Automation Basics to Practice: Mastering n8n (Directly Taught by Korea's First n8n Ambassador)

No development knowledge needed! Create your own automation system in just a few clicks.

(4.8) 77 reviews

719 learners

Level Basic

Course period Unlimited

  • datapopcorn
Business Productivity
Business Productivity
n8n
n8n
ChatGPT
ChatGPT
LLM
LLM
Business Productivity
Business Productivity
n8n
n8n
ChatGPT
ChatGPT
LLM
LLM

Claude MCP - How to fix supergateway error

image.png

There may be some people who are having trouble with the n8n MCP server on the Claude client. There is currently an issue with the supergateway (MCP server) in the latest Claude version.

https://datapopcorn.notion.site/Claudes-MCP-Supergateway-2092a185e5ce80a1a806d4dafc21f4be?pvs=74

We would like to inform you through an update that it works if you change the content as below. This issue may be temporary and may be resolved in the future.

Before modification

 { "mcpServers": { "cafeteria": { "command": "npx", "args": [ "-y", "supergateway", "--sse", " " ] } } }

After modification

 "cafeteria": { "command": "npx", "args": [ "mcp-remote", " " ] },
Comment