← Back to Plugins
MCP Server MCP

Computer Use

github By github 👁 1 views ▲ 0 votes

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...