@qpd-v/mcp-delete
@qpd-v
About @qpd-v/mcp-delete
A Model Context Protocol (MCP) server that provides file deletion capabilities for AI assistants. Supports both relative and absolute paths with smart path resolution, making it easy for AI assistants to safely delete files when needed.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-delete": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@qpd-v/mcp-delete",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @qpd-v/mcp-delete?
A Model Context Protocol (MCP) server that provides file deletion capabilities. It allows AI assistants like Claude to safely delete files using relative or absolute paths. The server is aimed at developers and users who want to enable file deletion as a tool for their MCP‑compatible AI assistants.
How to use @qpd-v/mcp-delete?
Install via Smithery with npx -y @smithery/cli install @qpd-v/mcp-delete --client claude, or manually with npx @qpd-v/mcp-delete or npm install -g @qpd-v/mcp-delete. Add the server configuration to your MCP client (Claude Desktop or VSCode Cline extension). Once configured, ask your assistant to delete a file; the server exposes a delete_file tool that accepts a required path parameter.
Key features of @qpd-v/mcp-delete
- 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
Use cases of @qpd-v/mcp-delete
- Have an AI assistant clean up temporary files in a development folder
- Allow Claude to delete outdated documents from a working directory
- Integrate file deletion tasks into automated workflows managed by MCP clients
FAQ from @qpd-v/mcp-delete
How do I install @qpd-v/mcp-delete?
Via Smithery with npx -y @smithery/cli install @qpd-v/mcp-delete --client claude, or manually with npx @qpd-v/mcp-delete or npm install -g @qpd-v/mcp-delete.
What is the delete_file tool’s parameter?
It requires a path (string) to the file to delete, which can be relative to the working directory or an absolute path.
How does the server resolve file paths?
The server tries the exact path first, then the path relative to the current working directory, and finally relative to a specified base directory.
Which AI assistants are compatible?
The server works with Claude and other M
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments