mcp-delete
The project is an MCP server designed to offer file deletion capabilities to AI assistants. It supports smart path resolution and safe deletion across multiple platforms and integrates with tools such as Claude Desktop and VSCode Roo Cline Extension.
@qpd-v/mcp-delete
A Model Context Protocol (MCP) server that provides file deletion capabilities. It allows AI assistants to safely delete files with support for both relative and absolute paths.
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
Installation
Installing via Smithery
Install File Deletion for Claude Desktop automatically using Smithery CLI.
Manual Installation
Install globally using npm.
Configuration
Add server configuration to Claude Desktop or VSCode Cline settings for proper connectivity and usage.
Available Tools
delete_file
- Parameter:
path
(string, required) to specify the file to delete (relative or absolute path).
The server handles path resolution by attempting different relative and absolute paths.
Development
Guidelines for cloning the repository, installing dependencies, building the server, and debugging.