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.
We read the source, 22 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.run(
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 omni-computer-use -- uvx omni-computer-use-mcp
{
"mcpServers": {
"omni-computer-use": {
"args": [
"omni-computer-use-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.omni-computer-use]
command = "uvx"
args = ["omni-computer-use-mcp"]
{
"mcpServers": {
"omni-computer-use": {
"args": [
"omni-computer-use-mcp"
],
"command": "uvx"
}
}
}
{
"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.
A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.
An MCP Server for computer-use in Windows OS
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.
Sling CLI MCP server for data pipeline and replication management
Run and manage H Company's Computer-Use Agents from any MCP client.
CLI tool and MCP server that tests MCP servers for spec compliance
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
Answers built from our own checks of this server.