DesktopCommanderMCP

3,041

Desktop Commander MCP is a tool that extends Claude Desktop's capabilities by integrating Model Context Protocol (MCP). It allows users to execute and manage terminal commands, manage filesystem operations, and edit code, all from a unified interface without incurring additional API token costs.

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