Here’s another MCP server code that works.
Note: Sometimes the MCP connector in Pickaxe will give you the following error code:

Here is the code template to fix this:
{
"mcpServers": {
"make-com-connector": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"YOUR_MAKE_COM_MCP_ENDPOINT_URL_HERE"
]
}
}
}
Note: The name “"make-com-connector"” is not required. You can name it whatever you want.