Computer Use MCP Server

💻 A Model Context Protocol server for Claude to control your computer. This is very similar to computer use, but easy to set up and use locally.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 350 · #16 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Computer Use

Claude Code

claude mcp add domdomegg-computer-use-mcp -- npx -y computer-use-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

npm package computer-use-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.domdomegg is GitHub-verified and matches the repo owner

03 · What Computer Use can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] At time of writing, models make frequent mistakes and are vulnerable to prompt injections. As this MCP server gives the model complete control of your computer, this could do a lot of damage. You should therefore treat this like giving a hyperactive toddler access to your computer - you probably want to supervise it closely, and consider only doing this in a sandboxed user account.

Latest releases

v1.8.0 · 2026-04-13

Bump flatted from 3.3.3 to 3.4.2 · Bump picomatch from 4.0.3 to 4.0.4 · Bump path-to-regexp from 8.3.0 to 8.4.0 · Bump vite from 7.2.6 to 7.3.2 · Add window focus hint to tool description

v1.7.1 · 2026-03-18

Fix Codex compatibility for computer tool schema · New Contributors · @AotianNeo made their first contribution in

v1.7.0 · 2026-03-02

Bump qs from 6.14.1 to 6.14.2 · Bump ajv from 6.12.6 to 6.14.0 · Bump rollup from 4.53.3 to 4.59.0 · Bump minimatch

04 · Who maintains Computer Use

Computer Use is maintained by domdomegg. We track 17 MCP servers from domdomegg - 17 actively maintained, 861 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from domdomegg.

  1. Airtable Read and write access to Airtable database schemas, tables, and records. ★ 456
  2. Google Sheets Allow AI systems to read, write, and query spreadsheet data via Google Sheets. ★ 2
  3. Gmail Allow AI systems to read, send, archive, and manage emails via Gmail. ★ 11
  4. Starling Bank Allow AI systems to view and control your Starling Bank account via MCP. ★ 4
  5. Google Drive Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive. ★ 5
  6. Defuddle Fetch Fetch content from the web, cleaned up nicely for LLMs (using Defuddle). ★ 5

05 · Facts

category
automation - ranked #16 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.domdomegg/computer-use-mcp (active, first published 2025-12-05 · 12 versions)
packages
npm:computer-use-mcp · mcpb:https://github.com/domdomegg/computer-use-mcp/releases/download/v1.8.0/computer-use-mcp.mcpb

06 · Computer Use FAQ

What is Computer Use?

💻 A Model Context Protocol server for Claude to control your computer. This is very similar to computer use, but easy to set up and use locally.

Is Computer Use still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11. We re-verify nightly.

How do I install Computer Use?

Run `npx -y computer-use-mcp`. You can also paste the ready-made client config above.

Does Computer Use run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Computer Use

More automation MCP servers · Dotted Sign · Office Addin MCP · GB Studio MCP Server · Raycast · Yieldagentx402

More TypeScript MCP servers · Defuddle Fetch · Downdetector · Gmail (domdomegg) · Google Contacts · Google Docs · see all