MCP server for Windows desktop computer use (mouse, keyboard, screenshot, OCR, window management)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-mcp-computer-use": {
"command": "go",
"args": [
"run",
"github.com/coff33ninja/go-mcp-computer-use@latest"
]
}
}
}
Run in terminal:
claude mcp add go-mcp-computer-use go run github.com/coff33ninja/go-mcp-computer-use@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-mcp-computer-use": {
"command": "go",
"args": [
"run",
"github.com/coff33ninja/go-mcp-computer-use@latest"
]
}
}
}