npm computer-use-mcpstdioMITupdated 28d ago
💻 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.
O que dá para fazer com Computer Use?
computer-use-mcp
💻 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.
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 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.
Installation
Follow the instructions on install-mcp, which generates the right config for your MCP client (Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more).
Tips
This should just work out of the box.
However, to get best results:
- Use a model good at computer use - I recommend the latest Claude models.
- Use a small, common resolution - 720p works particularly well. On macOS, you can use displayoverride-mac to do this. If you can't use a different resolution, try zooming in to active windows.
- Install and enable the Rango browser extension. This enables keyboard navigation for websites, which is far more reliable than Claude trying to click coordinates. You can bump up the font size setting in Rango to make the hints more visible.
How it works
We implement a near identical computer use tool to Anthropic's official computer use guide, with some more nudging to prefer keyboard shortcuts.
This talks to your computer using nut.js
Contributing
Pull requests are welcomed on GitHub! To get started:
- Install Git and Node.js
- Clone the repository
- Install dependencies with
npm install - Run
npm run testto run tests - Build with
npm run build
Releases
Versions follow the semantic versioning spec.
To release:
- Use
npm version <major | minor | patch>to bump the version - Run
git push --follow-tagsto push with tags - Wait for GitHub Actions to publish to the NPM registry.
Instalação
Adicione Computer Use ao seu cliente. Escolha o que você usa.
claude mcp add computer-use-mcp -- npx -y computer-use-mcpcodex mcp add computer-use-mcp -- npx -y computer-use-mcpamp mcp add computer-use-mcp -- npx -y computer-use-mcp{
"mcpServers": {
"computer-use-mcp": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"computer-use-mcp": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"computer-use-mcp","command":"npx","args":["-y","computer-use-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"computer-use-mcp": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"computer-use-mcp": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"computer-use-mcp": {
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"computer-use-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"computer-use-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y computer-use-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação12/25
- Manutenção25/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 20 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.8.0Mais recente | 13 de abr. de 2026 |
| 1.7.1 | 18 de mar. de 2026 |
| 1.7.0 | 2 de mar. de 2026 |
| 1.6.3 | 11 de fev. de 2026 |
| 1.6.2 | 29 de dez. de 2025 |
| 1.6.1 | 28 de dez. de 2025 |
| 1.6.0 | 28 de dez. de 2025 |
| 1.5.0 | 14 de dez. de 2025 |
| 1.4.0 | 8 de dez. de 2025 |
| 1.3.2 | 8 de dez. de 2025 |
| 1.3.1 | 5 de dez. de 2025 |
| 1.3.0 | 5 de dez. de 2025 |