klyk

legetdev/klyk
★ 0 stars Python Code/Dev Tools Updated today
MCP server for autonomous AI app testing — gives Claude Code agents the ability to open, interact with, and grade any app before surfacing results to the user
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "klyk": {
      "command": "uvx",
      "args": [
        "klyk"
      ]
    }
  }
}

Or install with pip: pip install klyk

README Excerpt

> ## ⚠️ What klyk is — and what it isn't > > **Read this before you install.** > > klyk gives an AI agent real, OS-level control of your Mac — the same input a human has. It moves the cursor, fires keystrokes, and clicks what's on screen. In its default mode it does this **invisibly and autonomously**: no cursor movement you can watch, no confirmation prompts — acting on its own once the agent decides to.