-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest version of Claude desktop still fails to connect with npx on Windows #333
Comments
Are you using NVM, by chance? There's a separate issue with that, I'm afraid. |
You can't use npx on Windows, you have to download the package using npm install -g <> then configure like this: "memory": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\Users\\YOUR_USER_DIR\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-memory\\dist\\index.js"
]
}
|
no nvm, just normal nodejs. Actually I install nodejs by scoop, which install node in a non-default location. |
I'm now forced to use this method to make it works. But npx should work, I saw it discussed in #40 and it seems to have been fixed! |
Are you using NVM, by chance? There's unfortunately a separate issue with that. |
same question #333 (comment) I'm not using nvm |
I'm using the latest version of Claude desktop on Windows, but also have the same problem at #40
In #40, after most people updated to the latest version, everything seemed to work well, but I still have the problem. 😭
The config file is right, setting looks ok, no error show in logs.
But no MCP icon show in claude desktop, and it show could not attach to MCP server
I tried restarting the app many times before. Sometimes it would be normal, but today I tried restarting it a great many times and there was no effect.
OS Version: Windows 11 23H2
Node version: v22.12.0
npx version: 10.9.0
Claude desktop: latest version
The text was updated successfully, but these errors were encountered: