Desktop Commander MCP
Give Claude and other assistants terminal control, process management, file search and diff-based editing.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Doing hands-on development work from Claude Desktop or another chat client.
You're not comfortable granting an AI broad terminal and filesystem access on your machine.
About Desktop Commander MCP
Desktop Commander MCP lets an assistant execute long-running terminal commands, manage processes, search files and edit them with targeted search-and-replace, extending the reference filesystem server. It is aimed at doing development work from chat clients such as Claude Desktop using the host subscription rather than paying for API tokens, and can also be used from ChatGPT and Claude on the web.
Desktop Commander MCP is an open-source project written primarily in TypeScript, with 9.7k stars on GitHub. It was last updated in September 2026.
Add Desktop Commander MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add desktop-commander-mcp -- npx -y @wonderwhy-er/desktop-commander@latestCursor
{
"mcpServers": {
"desktop-commander-mcp": {
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
}
}
}VS Code
{
"servers": {
"desktop-commander-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"desktop-commander-mcp": {
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
}
}
}Codex
[mcp_servers.desktop-commander-mcp]
command = "npx"
args = ["-y", "@wonderwhy-er/desktop-commander@latest"]Desktop Commander MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Desktop Commander MCPthis listing | 9.7k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
