Odel
Computer Use

Computer Use

Local
@munimtechnologiesRustApache-2.0Updated 2 days ago

Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmunim-computer-usev0.1.0

Run

npx -y munim-computer-use

MCP client config

{
  "mcpServers": {
    "computer-use": {
      "command": "npx",
      "args": [
        "-y",
        "munim-computer-use"
      ]
    }
  }
}