On MAC, when command to start MCP server resolves, it is passed raw, without quotation marks, so for example:
{
“mcpServers”:
{
“mcp”: {
“command”: “node”,
“args”: [
“/user/PATH TO/dist/index.js”
]
}
}
gets resolved to
node /user/PATH TO/index.js via MCP settings and server fails to start due to unexpected space.