-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
When using NVM (Node Version Manager), the standard installation and usage instructions for MCP servers don't work. The app tries to use an incorrect Node and fails.
Workaround
- Avoid
npx
, install packages globally. - Use absolute paths to both the Node executable and server script.
Example:
{
"mcpServers": {
"puppeteer": {
"command": "/Users/username/.nvm/versions/node/v22.11.0/bin/node",
"args": [
"/Users/username/.nvm/versions/node/v22.11.0/lib/node_modules/@modelcontextprotocol/server-puppeteer/dist/index.js"
]
}
}
}
OS: macOS 15.1.1 (24B91)
lborgav, aravindballa, evalstate, isaacphi, zhengshuai1001 and 134 morestephenlb, adit-shah-devrev, MaksimKiselev and Maanaeshgitgirees, iwata-minkabu, cyborgshead, Jemaz, GARCHENG and 17 moremrprst, stephenlb, adit-shah-devrev and MaanaeshJackCA, odellus, stephenlb and Maanaesh
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working