Desktop Commander MCP Server
Related Servers
Alternatives to Desktop Commander MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceNode.js server implementing Model Context Protocol (MCP) for filesystem operations with comprehensive permission controls, allowing secure file and directory manipulation with granular access restrictions.21534,469 npm3-
- AlicenseAqualityAmaintenanceNode.js server implementing Model Context Protocol (MCP) for filesystem operations.1014534,469 npm90,399-
- -licenseNot gradedqualityNot gradedmaintenanceNode.js server implementing Model Context Protocol (MCP) for filesystem operations, allowing AI systems to read, write, edit files and manage directories within specified allowed paths.534,469 npm-
- AlicenseNot gradedqualityDmaintenanceNode.js server implementing Model Context Protocol for secure read-only filesystem operations, allowing Claude to read files, list directories, search files, and get file metadata within specified directories.21 npm6MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive Model Context Protocol (MCP) server that provides 37+ intelligent development tools across JavaScript/TypeScript, Rust, and Python with security-first design and high-performance features.5 npm1MIT
- AlicenseNot gradedqualityFmaintenanceA configurable server implementation that provides MCP (Model-Controller-Protocol) functionality, supporting both Node.js and Docker environments with automated setup and configuration options.239 npmMIT
TDQS
Scored across 14 tools
Most tools have distinct purposes, but there is some overlap between list_directory and list_directory_with_sizes, which could cause confusion as they serve similar functions with only a minor difference in output. Additionally, read_file is deprecated in favor of read_text_file, which clarifies the distinction but adds redundancy. Overall, the tools are well-separated by function, with clear boundaries for operations like create_directory, move_file, and search_files.
All tool names follow a consistent snake_case pattern with a clear verb_noun structure, such as create_directory, edit_file, and search_files. There are no deviations in naming conventions, making the set predictable and easy to understand. The consistency enhances usability and reduces cognitive load for agents.
With 14 tools, the server is well-scoped for desktop file management, covering essential operations like reading, writing, moving, listing, and searching files and directories. Each tool serves a specific purpose without unnecessary duplication, and the count aligns with the complexity of the domain, providing comprehensive coverage without being overwhelming.
The tool set offers complete coverage for desktop file management, including CRUD operations (create_directory, write_file, read_text_file, move_file for update/delete via moving, and get_file_info for retrieval), along with utilities for listing, searching, and metadata access. There are no obvious gaps; agents can perform all typical file system tasks within the allowed directories, ensuring no dead ends in workflows.