Computer Use
Rank #39,312io.github.hightemp/go-computer-use-mcp-server
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
Computer Use is a Model Context Protocol (MCP) server published by hightemp. It ranks #39,312 of 115,591 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 76,279 of 115,591 servers on MCP Toplist.
Use Computer Use
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add go-computer-use-mcp-server -e "DISPLAY=<your DISPLAY>" -e "XAUTHORITY=<your XAUTHORITY>" -- npx -y go-computer-use-mcp-server -t stdioReplace each placeholder with your own value before saving.
[mcp_servers.go-computer-use-mcp-server]
command = "npx"
args = ["-y", "go-computer-use-mcp-server", "-t", "stdio"]
[mcp_servers.go-computer-use-mcp-server.env]
DISPLAY = "<your DISPLAY>"
XAUTHORITY = "<your XAUTHORITY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"go-computer-use-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server",
"-t",
"stdio"
],
"env": {
"DISPLAY": "<your DISPLAY>",
"XAUTHORITY": "<your XAUTHORITY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hightemp%2Fgo-computer-use-mcp-server)<a href="https://mcptoplist.com/server/io.github.hightemp%2Fgo-computer-use-mcp-server"><img src="https://mcptoplist.com/badge/io.github.hightemp%2Fgo-computer-use-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
hightemp
Other servers by hightemp
- go_mcp_server_youtube_search#37,861
- mdurl#72,958
- go_mcp_server_github_api#75,177
- Google Sheets MCP Server#75,178
- SearXNG MCP Server#75,179
- go_serper_mcp_server#86,632
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.