Skip to content
Cursor

precision desktop for Cursor

io.github.ikoskela/precision-desktop

Fixes DPI coordinate scaling for Windows desktop automation MCP servers.

client:Cursor transport:stdio runtime:pypi

Install precision desktop in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

precision desktop in other clients