mcpbeat Sign in

Precision Desktop MCP Server

local only

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.

Installs per day peak 26 · avg 7 · -9% w/w
a month agotoday
43
Installs / week
pypi · precision-desktop
0
Stars
0 open issues
14 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add precision-desktop -- uvx precision-desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "precision-desktop": {
      "args": [
        "precision-desktop"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.precision-desktop]
command = "uvx"
args = ["precision-desktop"]
.cursor/mcp.json
{
  "mcpServers": {
    "precision-desktop": {
      "args": [
        "precision-desktop"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Precision Desktop

same job, measured the same way
Computer Use
by hightemp

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

34 installs/wk local only
UIAutomationMcp
by trsdn

Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.

47 installs/wk local only
best-cad-mcp
by lokmenower

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

288 installs/wk local only
macOS-MCP
by jeomon

MCP server for macOS desktop automation via the Accessibility API.

554 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Bun Uia
by obscuritysrl

Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.

73 installs/wk local only
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only
WinCtl
by sitharaj88

Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.

31 installs/wk local only

Precision Desktop — questions

Answers built from our own checks of this server.

Why is there no uptime for Precision Desktop?
Precision Desktop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package precision-desktop was installed 43 times last week.
How do I connect Precision Desktop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls precision-desktop straight from pypi; nothing to host, nothing to sign up for.
How many people use Precision Desktop?
The pypi package precision-desktop was installed 43 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Precision Desktop open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.