Make MCP to Claude desktop (Internal Sever Error)

What are you trying to achieve?

Not sure what’s going on here but I’ve followed all of the steps to configure MCP correctly but Claude keeps showing an error.

I add this in with my token but it’s error

{
“mcpServers”: {
“make”: {
“command”: “npx”,
“args”: [
“-y”,
“mcp-remote”,
“https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/sse”
]
}
}
}

Anyone experiencing this?