mcpbeat Sign in

Munim Computer Use MCP Server

by munimtechnologies Your server? Claim it
local only

Munim Computer Use runs on your own machine — the client starts it, so there is no endpoint to ping. 743 installs a week from npm. Last commit 22 Sep 2026.

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

Installs per day peak 32 · avg 1
a month agotoday
743
Installs / week
npm · munim-computer-use
7
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 6 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository munimtechnologies/munim-computer-use
пакет munim-computer-use ссылается на munimtechnologies/computer-use
  const binary = path.join(dir, target.binary);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/deprecate-mcp.yml:50
      - name: Update status
        env:
          SERVER: ${{ inputs.server }}
          VERSION: ${{ inputs.version }}
Runs an external command macos/Sources/AgentCursor.swift:293
        let child = Process()

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add munim-computer-use -- npx -y munim-computer-use
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "munim-computer-use": {
      "args": [
        "-y",
        "munim-computer-use"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.munim-computer-use]
command = "npx"
args = ["-y", "munim-computer-use"]
.cursor/mcp.json
{
  "mcpServers": {
    "munim-computer-use": {
      "args": [
        "-y",
        "munim-computer-use"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "munim-computer-use": {
      "args": [
        "-y",
        "munim-computer-use"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COMPUTER_USE_BROWSER (Set to 0 to hide the browser_* tools), COMPUTER_USE_AGENT_CURSOR (Set to 0 to disable the agent pointer overlay). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Munim Computer Use

same job, measured the same way
Glovebox MCP
by segentic-lab

Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows

local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

49 installs/wk local only
Ghost
by northtekdevs

Verified desktop control for agents on Windows and Linux: apps with no API, windows, shell, browser.

local only
PilotGentic
by pilotgentic

macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops.

16 installs/wk local only
CloakMCP
by overtimepog

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

106 installs/wk local only
Browsegrab
by arknill

Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab.

76 installs/wk local only
Browser Use
by browser-use

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

1 689 793 installs/wk local only
Helmdeck
by tosin2013

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

44 installs/wk local only

Munim Computer Use — questions

Answers built from our own checks of this server.

Why is there no uptime for Munim Computer Use?
Munim Computer Use runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package munim-computer-use was installed 743 times last week.
How do I connect Munim Computer Use?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls munim-computer-use straight from npm; nothing to host, nothing to sign up for.
How many people use Munim Computer Use?
The npm package munim-computer-use was installed 743 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Munim Computer Use open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.