mcpbeat Sign in

Computer Use Omni MCP Server

local only

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

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

Installs per day peak 30 · avg 11 · -23% w/w
a month agotoday
54
Installs / week
pypi · computer-use-omni
4
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Computer Use Omni every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

same job, measured the same way
Raportagent MCP
by raportagent

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

29 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

68 installs/wk local only
agentfenster
by agentfenster

Windows GUI automation on a hidden second desktop, driven from Claude Code over MCP.

100 installs/wk local only
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
Claude Code Explorer MCP
by nirholas

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

35 installs/wk local only
Claude Code Explorer MCP
by divu2025

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

28 installs/wk local only

Computer Use Omni — questions

Answers built from our own checks of this server.

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