mcpbeat Sign in

Omni Computer Use MCP Server

local only

Omni Computer Use runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from pypi. Last commit 13 Sep 2026.

Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.

Installs per day peak 39 · avg 21 · -5% w/w
a month agotoday
121
Installs / week
pypi · omni-computer-use-mcp
4
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 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 omni-computer-use -- uvx omni-computer-use-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omni-computer-use": {
      "args": [
        "omni-computer-use-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omni-computer-use]
command = "uvx"
args = ["omni-computer-use-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "omni-computer-use": {
      "args": [
        "omni-computer-use-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omni-computer-use": {
      "args": [
        "omni-computer-use-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COMPUTER_USE_MAX_PIXELS (Max pixels in a downscaled screenshot (default 1200000, ~1.2 MP).), COMPUTER_USE_MASKING (Mask non-allowlisted app windows in screenshots ('on'/'off', default off).), COMPUTER_USE_ENFORCE_FOREGROUND (Block input when the frontmost app is not allowlisted ('on'/'off', default off).), COMPUTER_USE_DEV (Register the reload hot-reload developer tool ('on'/'off', default off).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Omni Computer Use

same job, measured the same way
Computer Use Omni
by jason26214

A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.

54 installs/wk local only
Windows MCP
by cursortouch

An MCP Server for computer-use in Windows OS

4 868 installs/wk local only
Desktop Touch MCP
by harusame64

Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.

320 installs/wk local only
I
Mio Computer-Use Agent
by mldlbs

Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.

177 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Computer-Use Agents API
by hcompai

Run and manage H Company's Computer-Use Agents from any MCP client.

9 tools answering
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
Computer Use
by hightemp

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

34 installs/wk local only

Omni Computer Use — questions

Answers built from our own checks of this server.

Why is there no uptime for Omni Computer Use?
Omni 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 omni-computer-use-mcp was installed 121 times last week.
How do I connect Omni 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 omni-computer-use-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Omni Computer Use?
The pypi package omni-computer-use-mcp was installed 121 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omni 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.