Skip to content

v1.2.0 — Open Source Release

Latest

Choose a tag to compare

@betrayzl betrayzl released this 03 May 04:51
· 5 commits to main since this release

v1.2.0 — Open Source Release

This is the first public release of Windows Computer Use MCP.

What's New

  • Comprehensive README with installation guide, usage examples, and all 24 tools documented
  • Project Story — built by a non-programmer with Claude Code in one month
  • Community files: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md
  • GitHub templates: Bug report, feature request, pull request
  • Pre-built package: Download the zip below, no Rust compiler needed

Installation (for users)

  1. Install Node.js 20+ from https://nodejs.org/
  2. Download windows-computer-use-mcp-v1.2.0.zip below
  3. Extract and double-click start.bat
  4. Configure your MCP client

Installation (for developers)

git clone https://github.com/betrayzl/windows-computer-use-mcp.git
cd windows-computer-use-mcp
npm install
node build.js

Tools (24 total)

Visual Perception: screenshot, capture_region, perceive, describe_screen, get_ui_elements
Mouse Input: move_mouse, click, drag, scroll
Keyboard Input: key, type, write_clipboard, read_clipboard
Window Management: focus_app, open_app, get_frontmost_app, get_window_rect, hide_windows, unhide_windows, show_desktop, get_desktop_icons, arrange_desktop_icons
System: get_display_size, list_installed_apps, wait

Requirements

  • Windows 10 or 11
  • Node.js >= 20.0.0
  • Rust toolchain (for development build only; not needed with pre-built package)