Skip to content
Cursor

Munim Computer Use for Cursor

io.github.munimtechnologies/munim-computer-use

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

client:Cursor transport:stdio runtime:npm

Install Munim Computer Use in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "munim-computer-use": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "munim-computer-use"
      ],
      "env": {
        "COMPUTER_USE_BROWSER": "<COMPUTER_USE_BROWSER>",
        "COMPUTER_USE_AGENT_CURSOR": "<COMPUTER_USE_AGENT_CURSOR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Munim Computer Use in other clients