@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
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
Comments