mcp-delete
If you are the rightful owner of mcp-delete and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides file deletion capabilities.
The @qpd-v/mcp-delete server is a Model Context Protocol (MCP) server designed to facilitate the safe deletion of files by AI assistants. It supports both relative and absolute file paths, ensuring flexibility and ease of use. The server is equipped with smart path resolution capabilities, which attempt multiple potential paths to locate the file accurately. It also provides clear error messages with detailed path resolution information, ensuring users are well-informed about any issues that arise. The server performs safe file existence checks before proceeding with deletion, minimizing the risk of accidental data loss. It is compatible with Claude and other MCP-compatible AI assistants, making it a versatile tool for various applications.
Features
- Delete files using relative or absolute paths
- Smart path resolution that tries multiple potential paths
- Clear error messages with detailed path resolution information
- Safe file existence checks before deletion
- Works with Claude and other MCP-compatible AI assistants
Tools
delete_file
Deletes the file with the specified path. Parameters include
path
(string, required), i.e. the file path (relative or absolute path) to be deleted