MCP Directory
Back

computer-use-mcp

by domdomegg Β· TypeScript Β· β˜… 232

πŸ’» 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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

πŸ’» An 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…
Read full README on GitHub β†’

πŸ’‘ Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers