Claude can't compose a poem and create a new text file on my desktop #3272
Replies: 2 comments
That The Connect to local MCP servers walkthrough uses macOS paths: Claude Desktop on Windows 10 does not see those directories. If What to put in the configEdit {
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\YOURUSER\\Desktop",
"C:\\Users\\YOURUSER\\Downloads"
]
}
}
}Replace Do not use Confirm the server is actually in the conversation
If it still fails
Once |
|
That The official walkthrough uses macOS paths (
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\x\\Desktop"
]
}
}
}Notes that usually trip people up:
Quick sanity check after restart: ask "what filesystem tools do you have?" You should see I have not reproduced this on your exact Caido + Claude Desktop setup. If filesystem tools never show up, paste the MCP server status from the Developer panel (redact tokens) and we can see whether it is config or the model bypassing the tool. |
Uh oh!
There was an error while loading. Please reload this page.
Connect to local MCP servers
at this link, i stuck
https://modelcontextprotocol.io/docs/2026-07-28/develop/connect-local-servers
at the point
File Management Examples
“Can you write a poem and save it to my desktop?” claude return answer
file is created but still not on the dekstop
when i return to different prompt, like this
"Save to /mnt/c/Users/x/Desktop/poem.txt" claude return answer
I don't have access to write directly to that Windows path. My file system is isolated to the container environment, and I can only create files in /mnt/user-data/outputs/ which you can download.
i have use your instructions at the doc but still stuck and burn out, can anybody help me?
i use on claude dekstop
at the config is correct not founding error and was i setting in directory windows 10 pro 64 bit
i am configure for caido + claude
All reactions