File Operations
Provides an MCP server for Claude Desktop to securely manage local files and directories.
概要
The File Operations server empowers Claude Desktop with robust capabilities to interact with your local file system. Designed to integrate seamlessly with Claude, this Python-based server enables an AI agent to read, write, list, create, and delete files and directories within a designated 'documents' subfolder. It features strong path validation to ensure operations are confined to the specified directory, preventing unauthorized access and enhancing security. With support for all file types and advanced search functionalities, this tool transforms Claude into an efficient assistant for file management, allowing it to browse project files, save generated content, or perform automated file organization tasks directly on your machine.
主な機能
- Read, write, and append content to any file type
- List files and directories with advanced search and recursive options
- Create and delete files and directories securely
- Path validation and directory traversal protection
- Supports all file types without restrictions
- 0 GitHub stars
ユースケース
- Enabling AI agents like Claude to directly interact with and manage local project files
- Automating file creation, modification, and organization tasks via Claude Desktop
- Allowing Claude to browse local documentation or codebases for context during development