Skip to content

precision desktop for Zed

io.github.ikoskela/precision-desktop

Fixes DPI coordinate scaling for Windows desktop automation MCP servers.

client:Zed transport:stdio runtime:pypi

Install precision desktop in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

precision desktop in other clients