MCP Directory
Back

computer-use-mcp

by domdomegg · TypeScript · ★ 315

💻 Give AI models complete control of your computer (probably a bad idea)

#mcp-server#model-context-protocol

Install

npx -y github:domdomegg/computer-use-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

💻 A Model Context Protocol server for Claude to control your computer. This is very similar to [computer use](https://docs.anthropic.com/en/docs/build-with-claude/computer-use), but easy to set up and use locally. Here's Claude Haiku 4.5 changing my desktop background (4x speed): https://github.com/user-attachments/assets/cd0bc190-52c4-49db-b3bc-4b8a74544789 > [!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 t…
Read full README on GitHub →

Related other servers