Odel
Desktop Commander

Desktop Commander

Local
@wonderwhy-er9.5kTypeScriptMITUpdated 5 days ago

MCP server for terminal commands, file operations, and process management

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wonderwhy-er/desktop-commanderv0.2.48

Run

npx -y @wonderwhy-er/desktop-commander

MCP client config

{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}