Computer Use runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 13 May 2026.
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
desc: Drop all tables, re-run migrations + seeds
const child = spawn(binaryPath, process.argv.slice(2), {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add go-computer-use-mcp-server -- npx -y go-computer-use-mcp-server
{
"mcpServers": {
"go-computer-use-mcp-server": {
"args": [
"-y",
"go-computer-use-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.go-computer-use-mcp-server]
command = "npx"
args = ["-y", "go-computer-use-mcp-server"]
{
"mcpServers": {
"go-computer-use-mcp-server": {
"args": [
"-y",
"go-computer-use-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"go-computer-use-mcp-server": {
"args": [
"-y",
"go-computer-use-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DISPLAY (X11 display to automate on Linux.), XAUTHORITY (Path to the X11 authority file on Linux.).
The author declared them in the registry entry; get the values from the project itself.
Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR
Control your computer with screenshots, mouse, and keyboard automation.
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
Fixes DPI coordinate scaling for Windows desktop automation MCP servers.
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
Flashless Windows 10/11 native computer-use engine for AI vision, mouse, keyboard & UI automation
Command wrapper MCP server for coding agents, compression, workflows, and local automation.
Answers built from our own checks of this server.