omni-computer-use
Rank #19,896io.github.Jason26214/omni-computer-use
A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.
omni-computer-use is a Model Context Protocol (MCP) server published by jason26214. It ranks #19,896 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. omni-computer-use is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 95,564 of 115,460 servers on MCP Toplist.
Use omni-computer-use
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add omni-computer-use -e "COMPUTER_USE_MAX_PIXELS=<your COMPUTER_USE_MAX_PIXELS>" -e "COMPUTER_USE_MASKING=<your COMPUTER_USE_MASKING>" -e "COMPUTER_USE_ENFORCE_FOREGROUND=<your COMPUTER_USE_ENFORCE_FOREGROUND>" -e "COMPUTER_USE_DEV=<your COMPUTER_USE_DEV>" -- uvx omni-computer-use-mcpReplace each placeholder with your own value before saving.
[mcp_servers.omni-computer-use]
command = "uvx"
args = ["omni-computer-use-mcp"]
[mcp_servers.omni-computer-use.env]
COMPUTER_USE_MAX_PIXELS = "<your COMPUTER_USE_MAX_PIXELS>"
COMPUTER_USE_MASKING = "<your COMPUTER_USE_MASKING>"
COMPUTER_USE_ENFORCE_FOREGROUND = "<your COMPUTER_USE_ENFORCE_FOREGROUND>"
COMPUTER_USE_DEV = "<your COMPUTER_USE_DEV>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omni-computer-use": {
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<your COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<your COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<your COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<your COMPUTER_USE_DEV>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omni-computer-use": {
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<your COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<your COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<your COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<your COMPUTER_USE_DEV>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"omni-computer-use": {
"type": "stdio",
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<your COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<your COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<your COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<your COMPUTER_USE_DEV>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omni-computer-use": {
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<your COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<your COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<your COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<your COMPUTER_USE_DEV>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omni-computer-use": {
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<your COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<your COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<your COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<your COMPUTER_USE_DEV>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Jason26214%2Fomni-computer-use)<a href="https://mcptoplist.com/server/io.github.Jason26214%2Fomni-computer-use"><img src="https://mcptoplist.com/badge/io.github.Jason26214%2Fomni-computer-use.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
jason26214
Other servers by jason26214
View all jason26214 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 17, 2026 |
Frequently asked questions
- Who maintains omni-computer-use?
- omni-computer-use is maintained by jason26214, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is omni-computer-use listed on the Official MCP Registry?
- Yes — omni-computer-use is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does omni-computer-use have?
- MCP Toplist tracks 1 version of omni-computer-use, most recently published on Jul 17, 2026.
- Where can I find the source code for omni-computer-use?
- The source code for omni-computer-use is hosted at github.com/jason26214/omni-computer-use.