-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Filesystem MCP write_file tool returns success response but files are not created on disk. This affects all write operations to any directory, including allowed directories with Full Disk Access enabled.
To Reproduce
Steps to reproduce the behavior:
- Configure Filesystem MCP with allowed directory:
/Users/username - Enable Full Disk Access for Claude.app in macOS System Settings
- Restart Claude Desktop (version 1.1.8308)
- Call
Filesystem:write_filewith any path in allowed directory:
Filesystem:write_file({
path: "/Users/username/Desktop/test.txt",
content: "test content"
})
- Tool returns success (no error)
- Verify file existence:
ls ~/Desktop/test.txt→ No such file or directory
Expected behavior
File should be created at specified path when write_file returns success.
Logs
MCP logs from ~/Library/Logs/Claude/mcp-server-filesystem.log:
[Paste MCP logs here if available]
Additional context
- Environment: macOS (latest), Claude Desktop 1.1.8308 (updated March 19, 2026)
- MCP Config: Filesystem server configured, all tool permissions set to "Always allow"
- Full Disk Access: Enabled for Claude.app
- Tested locations: Home directory, Desktop, Documents - all fail
- Read operations:
list_directory,read_filework correctly - Write operations: All return success but no files created
This breaks all file delivery workflows - users cannot receive generated files.
Workarounds attempted (all failed):
- bash_tool with
cpcommand - Different directory locations
- Restart Claude Desktop
- Verify permissions
Issue started immediately after update to 1.1.8308.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working