Computer Use MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Computer Use MCPfind the search bar and type weather today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Computer Use MCP
Windows Computer Use MCP: local OCR (PP-OCRv4 / RapidOCR) + optional YOLO icon detect + mouse/keyboard.
You do not need the full Enikk desktop app — only this MCP layer.
License: PolyForm Noncommercial 1.0.0 — free for non-commercial use; commercial use requires a paid license (COMMERCIAL.md).
Third-party / Enikk MIT notes: NOTICE.
Platform: Windows 10/11 only. Requires uv (
uvx).
Install with uvx (from GitHub)
uvx --from git+https://github.com/Just1dream/computer-use-mcp computer-use-mcp-autoCursor / Claude mcp.json
{
"mcpServers": {
"computer-use": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Just1dream/computer-use-mcp",
"computer-use-mcp-auto"
]
}
}
}First run downloads Python dependencies into an isolated uv environment (needs network). Later runs use the cache.
Optional env
Variable | Meaning |
| Folder with |
| Portable install root (set by |
| Skip copy/download of weights on start |
| Where PNGs are saved |
| Max screenshot side (default 1366) |
Weights are not in this repo (large). Place them under %LOCALAPPDATA%\ComputerUseMCP-Auto\weights or set COMPUTER_USE_WEIGHTS. OCR may fall back to RapidOCR defaults if models are missing; icon YOLO needs icon_detect/model.onnx.
Related MCP server: Windows-MCP
Portable zip (offline-friendly)
On a Windows machine with the repo:
.\pack-zip.ps1 # slim
.\pack-zip.ps1 -IncludeWeights # embed models if available locallyRecipients: unzip → .\install-to-cursor.ps1 → restart Cursor. See FOR_RECIPIENTS.md.
Tools
Tool | Description |
| Window discovery |
| Capture + local OCR/icons ( |
| Input |
| Model path / ensure weights |
Typical loop: list_windows → parse_ui / screenshot → click_normalized.
Security
This MCP can see the screen and control mouse/keyboard. Only enable for trusted users/hosts.
License
Default: PolyForm Noncommercial 1.0.0 — non-commercial free; commercial use needs a separate license (
COMMERCIAL.md).Upstream: Enikk MIT portions and third-party packages — see
NOTICE.
Commercial inquiries: edit the email in COMMERCIAL.md (placeholder YOUR_EMAIL@example.com).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Just1dream/computer-use-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server