go-mcp-computer-use

coff33ninja/go-mcp-computer-use
★ 0 stars Go Other Updated today
MCP server for Windows desktop computer use (mouse, keyboard, screenshot, OCR, window management)
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}