새소식

Claude MCP - supergateway 오류 해결방법

 

image.png

 

n8n MCP 서버가 Claude 클라이언트에서 안되시는 분들 계실텐데 현재 최신 claude 버전에서 supergateway(MCP server) 이슈가 있습니다.

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

 

아래 처럼 내용을 바꾸면 동작한다는 점을 업데이트로 안내해드립니다. 해당 이슈는 현재 일시적인 문제일 수 있어서 추후 해결될 수 있습니다.

 

수정전

{
  "mcpServers": {
    "cafeteria": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "<http://localhost:5678/mcp/MCP/sse>"
      ]
    }
  }
}

 

수정후

"cafeteria": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "<http://localhost:5678/mcp/MCP/sse>"
      ]
    },
undefined
채널톡 아이콘