Skip to content
Grok

precision desktop for Grok

io.github.ikoskela/precision-desktop

Fixes DPI coordinate scaling for Windows desktop automation MCP servers.

client:Grok transport:stdio runtime:pypi

Install precision desktop in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "precision-desktop": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "precision-desktop"
      ],
      "env": {
        "WINDOWS_MCP_PATH": "<WINDOWS_MCP_PATH>"
      }
    }
  }
}

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

precision desktop in other clients