I was pretty shocked myself. Like, I know a lot of Linux snobs out there, but you'd think, I mean, you have billions of dollars, you're a big company backed by Amazon. You would THINK they would have tried it on Windows.
@@patruff Question for you...did you figure out how to make fetch work on windows? I find brave search to be quite inadequate it can't seem to crawl very well so missed the meat and potatoes of anything but high level search.
Not sure, they may have fixed it. Basically there error before was because Claude couldn't find the packages so the solution was to install them with npm globally. I have another video where I go into a Python script that just sets up the entire config as well as install all the pip or npm packages.
Not working for me. I don't have admin rights on my machine, could that be an issue? here's my claude_desktop_config.json { "mcpServers": { "filesystem": { "command": "C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node.exe", "args": [ "-y", "C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js", "D:/Data" ] } } }
Dude you are like the only person on the internet that figured this out.
I was pretty shocked myself. Like, I know a lot of Linux snobs out there, but you'd think, I mean, you have billions of dollars, you're a big company backed by Amazon. You would THINK they would have tried it on Windows.
@@patruff Question for you...did you figure out how to make fetch work on windows? I find brave search to be quite inadequate it can't seem to crawl very well so missed the meat and potatoes of anything but high level search.
@AnansiTrading nope not yet but I'm looking into rag soon so might bump into it soon
gold well done mate it works
!
thank you. this got me working.
Glad it helped
Your solution saved the day - thank you so much!
That worked, thank you Pat!
Omg bro you just saved me I was trying to figure this out all day.
I wasted so much time on this myself. Just trying to save others. Logging was awful, no indication of the issue.
See description for config
dude this worked for me. thank you
Big up bro
Thanks!
Wasn't working for me until I killed the Claude processes in task manager. Otherwise Claude isn't truly restarting and it won't look at that config.
Thanks a lot! I only fixed the file-system path, but now, multiple of my npm extensions work. Any idea why?
Not sure, they may have fixed it. Basically there error before was because Claude couldn't find the packages so the solution was to install them with npm globally. I have another video where I go into a Python script that just sets up the entire config as well as install all the pip or npm packages.
Even though it says mcp server gitlab exists when i try to npm install it says it doesnt exists, works fine installing the github server
weird, it stopped working for me, this morning all looked good, this evening the tools no longer show up when I launch the app. Is it just me?
all back to normal! i had messed up on my side ...
how do you do this for brave-search?
Nvm fixed it
Not working for me. I don't have admin rights on my machine, could that be an issue?
here's my claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node.exe",
"args": [
"-y",
"C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js",
"D:/Data"
]
}
}
}
Removed "-y" ... and it worked like a charm...
@@umaima629 glad you got it fixed