
Delete File
Provides safe file deletion capabilities for AI assistants through MCP. Supports both relative and absolute file paths with smart path resolution.
1394 views6Local (stdio)
What it does
- Delete files using relative paths
- Delete files using absolute paths
- Resolve multiple potential file paths automatically
- Check file existence before deletion
- Provide detailed error messages for failed deletions
Best for
AI assistants managing project filesAutomated cleanup workflowsDevelopment environments requiring file managementCode assistants in VSCode or Claude Desktop
Smart path resolutionSafe existence checks before deletion
Tools (1)
delete_file
Delete a file at the specified path (supports both relative and absolute paths)