Execute terminal commands and manage files across formats
desktop-commanderpluginsetup L2★6,129
wonderwhy-er/DesktopCommanderMCP ↗What it does
Execute terminal commands, manage processes, read/write files
Best for
Local-only automation across text, code, PDFs, spreadsheets where client-side execution avoids cloud egress and latency.
Inputs
- · Shell commands
- · File paths (text, code, PDF, DOCX, Excel, images)
- · Process IDs
Outputs
- · Command output (stdout/stderr)
- · File content (parsed or raw)
- · Process status
Requires
- · Desktop Commander MCP server
- · Local OS shell (bash, zsh, etc.)
Preconditions
- · Desktop Commander MCP installed (npx @wonderwhy-er/desktop-commander)
- · User has appropriate file/process permissions
- · Skills directory available for skill definitions
Failure modes
- · Command execution blocked by OS permissions
- · File encoding mismatch (binary vs text)
- · Process not found or already terminated
- · Large file read timeout
Trust signals
- · Covers all major file types (text, PDF, DOCX, Excel, images)
- · Process management included (not just shell commands)
- · MIT license, wonderwhy-er maintained