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.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI agents to interact with Windows operating systems through native UI automation, file navigation, application control, and system commands. Provides seamless integration between LLMs and Windows environments for tasks like clicking, typing, launching apps, and capturing desktop state.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with Windows operating systems by providing tools for UI automation, file navigation, application control, and system operations. Works with any LLM to perform tasks like clicking, typing, launching applications, and executing PowerShell commands through native Windows integration.Last updatedMIT
- Alicense-qualityCmaintenanceGUI automation MCP server that enables AI agents to see and control the Windows desktop using a local Vision LLM (Ollama), supporting screenshot analysis, mouse/keyboard actions, and autonomous task execution.Last updated4MIT
- Alicense-qualityDmaintenanceEnables AI agents to see and control your desktop with tools for screenshots, clicks, typing, and more, all locally on macOS and Windows.Last updated127MIT
Related MCP Connectors
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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