Precision Desktop runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from pypi. Last commit 14 Feb 2026.
Fixes DPI coordinate scaling for Windows desktop automation MCP servers.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add precision-desktop -- uvx precision-desktop
{
"mcpServers": {
"precision-desktop": {
"args": [
"precision-desktop"
],
"command": "uvx"
}
}
}
[mcp_servers.precision-desktop]
command = "uvx"
args = ["precision-desktop"]
{
"mcpServers": {
"precision-desktop": {
"args": [
"precision-desktop"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"precision-desktop": {
"args": [
"precision-desktop"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WINDOWS_MCP_PATH (Path to windows-mcp installation directory. Auto-detected if not set.).
The author declared them in the registry entry; get the values from the project itself.
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.
MCP server for macOS desktop automation via the Accessibility API.
MCP server for browser automation with AI agent
Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.
Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
Answers built from our own checks of this server.