A local Model Context Protocol (MCP) server that gives any MCP-compatible host (Claude Desktop, Claude Code, Cursor, Cline, Continue) full computer-use control of the machine. One perceive_screen call screenshots the display, runs a bundled OmniParser-v2 YOLO icon-detector plus optional OCR, and returns click-ready (cx, cy) pixel coordinates, with full mouse, keyboard, and clipboard automation via pyautogui. No API key, no network call. the detector weights ship inside the wheel. Install with: pip install kira-mcp
Server Config
{
"mcpServers": {
"kira-mcp": {
"command": "kira-mcp"
}
}
}