Laz.Mcp

anna-dolbina/Laz.Mcp
★ 0 stars C# API Integration Updated today
MCP server exposing the Laz mouse/keyboard/screen-capture automation library as tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laz.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anna-dolbina/Laz.Mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes the [Laz](https://github.com/tinfoil-herald/laz) library's mouse, keyboard, and screen-capture automation as tools an LLM client can call. Laz simulates real OS-level input (mouse, keyboard) and reads real pixels off the screen on Windows, Linux (X11/XWayland), and macOS. This server just wraps that library's public API 1:1

Tools (20)

keykeyboard_combokeyboard_key_downkeyboard_key_upkeyboard_strokekeyboard_typemouse_clickmouse_double_clickmouse_drag_and_dropmouse_get_positionmouse_jump_tomouse_move_smoothmouse_pressmouse_releasemouse_scrollnotchesscreen_capturescreen_get_color_atscreen_get_sizescreen_list_displays