Control your computer using Claude. Take screenshots, move mouse, click, type, and interact with desktop applications programmatically.
npx -y @anthropic/mcp-server-anthropic-computer-use
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"anthropic-computer-use": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-anthropic-computer-use"]
}
}
}
```
control_systemrun_scriptget_statusget_infolist_resourcesControl your computer using Claude. Take screenshots, move mouse, click, type, and interact with desktop applications programmatically.
Language: Python
Category: System Automation