mcpbeat Sign in

EXTRA - Native Computer Use MCP Server

local only

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

Installs / week
pypi · extra-desktop
4
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 20 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.

Runs an external command [пакет] fastpath/shell.py:198, cli.py:122, core/platform/macos/focus.py:202 и ещё 4
            proc = subprocess.Popen(cmd, shell=False)
Runs with shell=True cli.py:122
            proc = subprocess.run(ps_cmd, capture_output=True, text=True, timeout=6, shell=True)
Executes code built at runtime cli.py:112
                __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.

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

Alternatives to EXTRA - Native Computer Use

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
Computer Use
by domdomegg

Control your computer with screenshots, mouse, and keyboard automation.

379 installs/wk local only
MCP Test Utils
by jeenyjai

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

local only
Ui.Vision MCP
by a9t9

MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input

703 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 Osascript
by m0rvayne

macOS automation: 17 typed tools for windows, menus, keyboard, clipboard, tabs, screenshots

60 installs/wk local only
Assiststudio Runner
by fieldcure

Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.

local only
WinCtl
by sitharaj88

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

31 installs/wk local only

EXTRA - Native Computer Use — questions

Answers built from our own checks of this server.

Why is there no uptime for EXTRA - Native Computer Use?
EXTRA - Native Computer Use 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 extra-desktop.
How do I connect EXTRA - Native Computer Use?
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 extra-desktop straight from pypi; nothing to host, nothing to sign up for.
Is EXTRA - Native Computer Use open source?
Yes — it is published under the MIT licence, written in Python and 4 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.