omni computer use for Cursor
io.github.jason26214/omni-computer-use
Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.
client:Cursor
transport:stdio
runtime:pypi
Install omni computer use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"omni-computer-use": {
"type": "stdio",
"command": "uvx",
"args": [
"omni-computer-use-mcp"
],
"env": {
"COMPUTER_USE_MAX_PIXELS": "<COMPUTER_USE_MAX_PIXELS>",
"COMPUTER_USE_MASKING": "<COMPUTER_USE_MASKING>",
"COMPUTER_USE_ENFORCE_FOREGROUND": "<COMPUTER_USE_ENFORCE_FOREGROUND>",
"COMPUTER_USE_DEV": "<COMPUTER_USE_DEV>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs