How file handling works in Claude Desktop Mode
mainThe server operates in Claude Desktop Mode by default to optimize the user experience in the Claude Desktop client.
- Images: Returned directly in the tool responses so Claude can use its vision capabilities.
- Other Files (Audio, etc.): Saved to the configured
WORK_DIR, and the file path is returned as a message. - Inputting Files:
- To upload a file to Claude's context, use the Paperclip Attachment button.
- To have the MCP server send a file directly to a Space (e.g., for vision models), simply specify the filename (which must exist in the
WORK_DIR) in your prompt.
- URLs: You can provide URLs as inputs; the server will fetch the content and pass it to the Space.
- Available Resources: The server provides a prompt listing available files and mime types in the working directory, which helps Claude manage files.