EXTRA - Native Computer Use runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.
Flashless Windows 10/11 native computer-use engine for AI vision, mouse, keyboard & UI automation
We read the source, 20 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.
proc = subprocess.Popen(cmd, shell=False)
proc = subprocess.run(ps_cmd, capture_output=True, text=True, timeout=6, shell=True)
__import__(framework)
full_path = os.path.join(d, candidate_app)
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 extra -- uvx extra-desktop
{
"mcpServers": {
"extra": {
"args": [
"extra-desktop"
],
"command": "uvx"
}
}
}
[mcp_servers.extra]
command = "uvx"
args = ["extra-desktop"]
{
"mcpServers": {
"extra": {
"args": [
"extra-desktop"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"extra": {
"args": [
"extra-desktop"
],
"command": "uvx"
}
}
}
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
Control your computer with screenshots, mouse, and keyboard automation.
Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.
macOS automation: 17 typed tools for windows, menus, keyboard, clipboard, tabs, screenshots
Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
Answers built from our own checks of this server.