Hello, I've just tested it on Win11 and here's my notes.
- using directly via
npx mcp-shell won't work.
- you should install it
npm install -g mcp-shell
- then you should edit
claude_desktop_config.json :
"shell-server": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": ["C:\\Users\\{REPLACE_USERNAME}\\AppData\\Roaming\\npm\\node_modules\\mcp-shell\\build\\index.js"]
}
Hello, I've just tested it on Win11 and here's my notes.
npx mcp-shellwon't work.npm install -g mcp-shellclaude_desktop_config.json:it works with commands like

npm --versionbut it doesn't work with folder specific commands:

because it adds double backslash while win11 only works with one backslash.