Skip to content
Grok

Desktop Commander for Grok

io.github.wonderwhy-er/desktop-commander

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

client:Grok transport:stdio runtime:npm

Install Desktop Commander in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Desktop Commander in other clients