Computer Use
Rank #14061glama/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 #14061 of 58,832 servers tracked on MCP Toplist. Computer Use is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jan 17, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 44,771 of 58,832 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 3 registries (1 delisted)
hightemp
Other servers by hightemp
- go_mcp_server_youtube_search MCP Server#21646
- mdurl#39094
- go_mcp_server_github_api MCP Server#40808
- Google Sheets MCP Server#40809
- SearXNG MCP Server#40810
- go_serper_mcp_server#52660
Available versions (1)
| Version | Published |
|---|---|
| 1.1.4 | Apr 18, 2026 |
Frequently asked questions
- What is Computer Use?
- 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
- 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 an official MCP server?
- Yes — Computer Use is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- 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.