No-Code Automation from Basics to Practice: Complete Mastery of n8n (Direct Instruction by Korea's First n8n Ambassador)
No development knowledge needed! Create your own automation system with just a few clicks.
(4.8) 59 reviews
629 learners
Level Basic
Course period Unlimited
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

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




