Serversio.github.hightemp/go-computer-use-mcp-server
S

Computer Use

io.github.hightemp/go-computer-use-mcp-server · v1.1.4
▦ npm
v1.1.4npm npm: go-computer-use-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hightemp/go-computer-use-mcp-server",
  "description": "Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.",
  "title": "Computer Use",
  "repository": {
    "url": "https://github.com/hightemp/go_computer_use_mcp_server",
    "source": "github"
  },
  "version": "1.1.4",
  "websiteUrl": "https://github.com/hightemp/go_computer_use_mcp_server#readme",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "go-computer-use-mcp-server",
      "version": "1.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "-t",
          "type": "positional"
        },
        {
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "X11 display to automate on Linux.",
          "format": "string",
          "name": "DISPLAY"
        },
        {
          "description": "Path to the X11 authority file on Linux.",
          "format": "filepath",
          "name": "XAUTHORITY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}