Precision Desktop
Rank #29277io.github.ikoskela/precision-desktop
MCP server that fixes Windows DPI coordinate scaling for AI desktop automation. Provides UI element finding via Windows Accessibility APIs and coordinate conversion between physical and logical coordinate systems.
Precision Desktop is a Model Context Protocol (MCP) server published by ikoskela. It ranks #29277 of 58,900 servers tracked on MCP Toplist. Precision Desktop is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Feb 13, 2026.
Ranks ahead of 29,623 of 58,900 servers on MCP Toplist.
Use Precision Desktop
Add Precision Desktop to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"precision-desktop": {
"command": "uvx",
"args": [
"precision-desktop"
],
"env": {
"WINDOWS_MCP_PATH": "<your WINDOWS_MCP_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
ikoskela
Other servers by ikoskela
View all ikoskela servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Precision Desktop?
- MCP server that fixes Windows DPI coordinate scaling for AI desktop automation. Provides UI element finding via Windows Accessibility APIs and coordinate conversion between physical and logical coordinate systems.
- Who maintains Precision Desktop?
- Precision Desktop is maintained by ikoskela, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Precision Desktop an official MCP server?
- Yes — Precision Desktop is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Precision Desktop have?
- MCP Toplist tracks 2 versions of Precision Desktop, most recently published on Feb 13, 2026.
- Where can I find the source code for Precision Desktop?
- The source code for Precision Desktop is hosted at github.com/ikoskela/precision-desktop.