Home › Development › Munim Computer Use
Munim Computer Use
Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.
Topics: OS Automation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.4.3)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"munim-computer-use": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"COMPUTER_USE_BROWSER": "<YOUR_VALUE>",
"COMPUTER_USE_AGENT_CURSOR": "<YOUR_VALUE>"
}
}
}
}
COMPUTER_USE_BROWSER— Set to 0 to hide the browser_* toolsCOMPUTER_USE_AGENT_CURSOR— Set to 0 to disable the agent pointer overlay
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.munimtechnologies/computer-use
Related servers
desktop-touch-mcp
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
Apple System
Read and manage macOS system settings and perform scoped desktop actions.
WPFVisualTreeMcp
Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.
glass
MCP server giving a coding agent a build→see→interact→debug loop over native GUI apps.
Plonk
Plonk gives agents local macOS tools for windows, workspaces, screenshots, OCR, and more.
OpenWand
Local MCP stdio server that gives trusted AI clients read-only desktop context through OpenWand, including selection, clipboard,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry