Odel
windows computer use mcp

windows computer use mcp

Local
@hiphopandaTypeScriptUpdated 5mo ago

Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwindows-computer-use-mcpv0.1.0

Run

npx -y windows-computer-use-mcp

MCP client config

{
  "mcpServers": {
    "windows-computer-use-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "windows-computer-use-mcp"
      ]
    }
  }
}