kira-mcp — a local MCP server that gives any MCP host (Claude Desktop/Code, Cursor, Cline, Continue, …) full computer-use: screen vision via a bundled OmniParser-v2 YOLO icon-detector + optional OCR, and mouse / keyboard / clipboard control. No API key, no network call — weights ship in the wheel.
Install
pip install kira-mcpThen point your MCP host at the kira-mcp command. See the Quick start for Windows / macOS / Linux.
Highlights
perceive_screen— one-shot look: screenshot + local YOLO detection, returns click-ready(cx, cy)pixels.- Full mouse / keyboard / clipboard automation via pyautogui.
- Optional OCR (
pip install "kira-mcp[ocr]") forfind_element(text=...). - Hash caching keeps repeated perceive calls cheap.
- FAILSAFE on by default (slam mouse to top-left corner to abort).