What is your goal?
To be able to access my Make scenario from Claude Desktop.
What is the problem?
Failing to get the Make tools.
What have you tried so far?
Whichever configurations I have tried to set on claude_desktop_config.json, with the help of Claude itself, it failed to get the tools.
One of the examples:
“make”: {
“command”: “npx”,
“args”: [
“-y”,
“@makehq/mcp-server”
],
“env”: {
“MAKE_API_KEY”: “a70f82e3-rest of my key”,
“MAKE_ZONE”: “``eu1.make.com``”,
“MAKE_TEAM”: “81xx95”
}
}
The API token was generated with all the abilities possible.
Log:
2026-01-16T14:40:01.800Z [make] [info] Server started and connected successfully { metadata: undefined }
2026-01-16T14:40:02.123Z [make] [info] Message from client: {“method”:“initialize”,“params”:{“protocolVersion”:“2025-06-18”,“capabilities”:{},“clientInfo”:{“name”:“claude-ai”,“version”:“0.1.0”}},“jsonrpc”:“2.0”,“id”:0} { metadata: undefined }
2026-01-16T14:40:06.524Z [make] [info] Message from server: {“jsonrpc”:“2.0”,“id”:0,“result”:{“protocolVersion”:“2025-06-18”,“capabilities”:{“tools”:{}},“serverInfo”:{“name”:“Make”,“version”:“0.1.0”}}} { metadata: undefined }
2026-01-16T14:40:06.573Z [make] [info] Message from client: {“method”:“notifications/initialized”,“jsonrpc”:“2.0”} { metadata: undefined }
2026-01-16T14:40:06.575Z [make] [info] Message from client: {“method”:“tools/list”,“params”:{},“jsonrpc”:“2.0”,“id”:1} { metadata: undefined }
2026-01-16T14:40:07.092Z [make] [info] Message from server: {“jsonrpc”:“2.0”,“id”:1,“error”:{“code”:-32603,“message”:“Forbidden to use token authorization for this organization.”}} { metadata: undefined }
I am on a free plan - is that the issue?
