Computer Use
Rank #17,023io.github.hightemp/go-computer-use-mcp-server
MCP (Model Context Protocol) server in Go for computer automation. Uses robotgo library for desktop automation. Features Mouse control: movement, clicks, dragging, scrolling Keyboard control: key presses, text input, hotkeys Screen operations: screenshots, pixel color, display information Window management: move, resize, minimize/maximize Process management: list processes, search, terminate
Computer Use is a Model Context Protocol (MCP) server published by hightemp. It ranks #17,023 of 76,851 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Computer Use is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on Jan 17, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 59,828 of 76,851 servers on MCP Toplist.
Use Computer Use
Add Computer Use to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
hightemp
Other servers by hightemp
- YouTube Search#26,649
- mdurl#45,757
- go_mcp_server_github_api MCP Server#47,402
- Google Sheets MCP Server#47,403
- SearXNG MCP Server#47,404
- go_serper_mcp_server#58,968
Available versions (1)
| Version | Published |
|---|---|
| 1.1.4 | Apr 18, 2026 |
Frequently asked questions
- Who maintains Computer Use?
- Computer Use is maintained by hightemp, which publishes 7 MCP servers (1 total version) tracked on MCP Toplist.
- Is Computer Use listed on the Official MCP Registry?
- Yes — Computer Use is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Computer Use have?
- MCP Toplist tracks 1 version of Computer Use, most recently published on Apr 18, 2026.
- Where can I find the source code for Computer Use?
- The source code for Computer Use is hosted at github.com/hightemp/go_computer_use_mcp_server.