-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Claude edited this page Jun 30, 2026
·
1 revision
- Python 3.10+
- uv (recommended; the GUI installer can bootstrap it)
-
Windows: works out of the box (mouse/keyboard via
pyautogui, windows viapygetwindow, background input/capture/headless via Win32ctypes, screenshots viamss, recording viaimageio+ bundled ffmpeg). Optional: AutoHotkey, WSL. - Linux: needs an X11 (or XWayland) session and the X11 helpers — see Linux Support.
It installs uv if missing, runs uv sync, registers the server with Claude Code
and Codex, and enables YOLO mode — automatically on launch.
Clone the repo:
git clone https://github.com/codingmachineedge/lowlevel-computer-use-mcp.gitEnter it:
cd lowlevel-computer-use-mcpLaunch the installer (it auto-runs the full install):
uv run lowlevel-computer-use-mcp-installerThen restart Claude Code / Codex so they spawn the server.
From the repo directory, start the stdio server (uv resolves deps on first run):
uv run lowlevel-computer-use-mcpInstall in editable mode:
pip install -e .Then run it:
lowlevel-computer-use-mcpScreenshots and recordings default to ~/lowlevel-computer-use-captures. Override
with the LOWLEVEL_CU_CAPTURE_DIR environment variable, or pass an explicit
output_path to any capture tool.
- Registering Clients — wire it into Claude Code / Codex and enable YOLO mode.
- Tool Reference — what every tool does.
lowlevel-computer-use-mcp · MIT License ·
Getting started
Reference
Features
More