Claude Desktop in Windows 10 was unable to get MCP working in Claude Pro #767
Unanswered
davidacollins
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Summary provided by Claude:
Environment
Goal
Set up the MCP Filesystem Server in Claude Desktop to give Claude read/write access to a local project folder at:
C:\Users\User\Documents\Monith Developments\Value_Stable_Title
What We Did
Configs Tried (all failed to produce hammer icon)
Config 1 — Standard:
Config 2 — Full path to npx.cmd:
Config 3 — Using cmd /c wrapper:
{
"mcpServers": {
"filesystem": {
"command": "C:\Program Files\nodejs\node.exe",
"args": [
"C:\Users\User\AppData\Local\npm-cache\_npx\a3241bba59c344f5\node_modules\@modelcontextprotocol\server-filesystem\dist\index.js",
"C:\Users\User\Documents\Monith Developments\Value_Stable_Title"]
}
}
}
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem",
"C:\Users\User\Documents\Monith Developments\Value_Stable_Title"],
"env": {
"APPDATA": "C:\Users\User\AppData\Roaming\"
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions