go_computer_use_mcp_server

hightemp/go_computer_use_mcp_server
★ 0 stars Python 🧠 Memory/Knowledge Updated 7d ago
MCP (Model Context Protocol) server in Go for computer automation. Uses robotgo library for desktop automation.
View on GitHub →

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_computer_use_mcp_": {
      "command": "uvx",
      "args": [
        "go-computer-use-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install go-computer-use-mcp-server

Topics

computer-usegolangmcp-servernpx