desktop-commander-mcp
Desktop Commander MCP
快速上手
目标:用 Desktop Commander MCP 把“文件/进程/搜索/编辑”变成可验证、可回放、可控风险的工具调用,而不是把整机当黑盒。
最常用的 4 个入口:
- 文件读取:优先
mcp__desktop-commander__read_file(支持分页、负 offset 类 tail、PDF/图片/Excel/URL)。 - 小范围改动:优先
mcp__desktop-commander__edit_block(文本精确替换/Excel 区域更新),避免整文件重写。 - 大范围改动:用
mcp__desktop-commander__write_file分块写入(遵守fileWriteLineLimit)。 - 长命令/交互:用
mcp__desktop-commander__start_process+mcp__desktop-commander__interact_with_process+mcp__desktop-commander__read_process_output。
更完整的工具清单与要点见:skills/desktop-commander-mcp/references/desktop-commander-mcp-official.md。
工作流决策树
- 我需要“找东西”吗?
- 文件名/目录:
mcp__desktop-commander__start_search(searchType="files")→mcp__desktop-commander__get_more_search_results - 文件内容/代码关键字:
mcp__desktop-commander__start_search(searchType="content")→ 分页取结果 → 必要时mcp__desktop-commander__stop_search
More from ry-run/run-skills
jetbrains-skill
Use the JetBrains IDE MCP Server (IntelliJ IDEA 2025.2+) for IDE-backed indexing, inspections, symbol info, project file operations, and structural refactoring. Use it when you need exact project-aware analysis or safe IDE refactors, rather than broad semantic repository discovery.
79desktop-commander
Use Desktop Commander MCP (typically tools like `mcp__desktop-commander__*`) for local files, precise edits, search, and long-running processes on the machine. Use it when the task requires direct local execution, rather than IDE-only actions or remote platform operations.
63deepwiki
Use DeepWiki MCP for repository-focused documentation from deepwiki.com. Use it when you need a fast overview of an external repository, architecture, or repo-specific concepts, rather than live library docs or broad web research.
1ace-tool
Use Ace Tool MCP (`mcp__ace_tool__search_context`) for semantic repository discovery. Use it when the exact file, symbol, or implementation path is unknown, rather than starting with exact IDE search or direct file edits.
1context7
Use Context7 MCP for up-to-date library and framework documentation tied to an exact library ID. Use it for versioned API usage, setup, migrations, and code examples, rather than generic documentation-site search.
1vercel-skill
Use Vercel MCP for project discovery, deployments, build and runtime logs, toolbar threads, protected preview access, and Vercel documentation. Use it when the task centers on Vercel-hosted application state, rather than local-only execution.
1