Scott McClung
banner
scottmcclung.com
Scott McClung
@scottmcclung.com
When starting a node based MCP server in Claude desktop in a nix darwin environment, include the full path to the node binary.

{
"mcpServers": {
"weather": {
"command": "/run/current-system/sw/bin/node",
"args": ["/Users/scott/code/mcp/weather/build/index.js"]
}
}
}
#til
December 26, 2024 at 2:04 PM