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