
Precision Desktop
Stabilize Windows desktop automation MCP clicks and coordinates when DPI scaling misaligns agent actions with on-screen targets.
Overview
precision-desktop is a MCP server for the Build phase that fixes DPI coordinate scaling for Windows desktop automation MCP setups.
What is this MCP server?
- PyPI package precision-desktop version 0.1.1 with stdio transport
- Corrects DPI coordinate scaling for Windows desktop automation MCP servers
- Optional WINDOWS_MCP_PATH env with auto-detect when unset
- Targets windows-mcp installation directory integration
- Small focused fix layer—not a full desktop MCP replacement
- Package version: 0.1.1 (PyPI, stdio)
- Env: WINDOWS_MCP_PATH optional with auto-detect
- Scope: DPI coordinate scaling for Windows desktop automation MCP
What problem does it solve?
Windows desktop MCP automation often misses buttons and fields because DPI scaling skews the coordinates your agent sends.
Who is it for?
Solo builders on Windows who already use or plan to use windows-mcp-style desktop automation and need coordinate accuracy.
Skip if: macOS or Linux automation projects, or teams with no desktop GUI driving requirements.
What do I get? / Deliverables
After installing the PyPI MCP helper and pointing it at windows-mcp, clicks and moves align with actual screen pixels on scaled displays.
- DPI-aware coordinate mapping for desktop MCP actions
- More reliable click and move behavior on scaled Windows displays
- Drop-in stdio MCP layer alongside existing windows-mcp tooling
Recommended MCP Servers
Journey fit
Desktop automation reliability is agent-tooling work you fix while building Windows-linked workflows, not a launch or growth tactic. Agent-tooling is the right shelf because the server patches coordinate math for other Windows desktop MCP stacks.
How it compares
DPI calibration companion for Windows desktop MCP, not a search or multi-LLM deliberation platform.
Common Questions / FAQ
Who is precision-desktop for?
Windows developers using desktop automation MCP servers who see mis-clicks or offset cursors under display scaling.
When should I use precision-desktop?
Use it while building or hardening agent-tooling on Windows, before you rely on desktop MCP for recurring tests or workflows.
How do I add precision-desktop to my agent?
Install the PyPI precision-desktop package (0.1.1), register the stdio MCP server, and set WINDOWS_MCP_PATH if auto-detect does not find your windows-mcp directory.