TuriX-CUA
TuriX is a computer-use agent that allows users to interact with their desktop using AI-driven actions.
TuriX lets your powerful AI models take real, hands-on actions directly on your desktop. It ships with a state-of-the-art computer-use agent that achieves an 80% success rate on the OSWorld-style Mac benchmark and 60% on OSWorld, while remaining 100% open-source and cost-free for personal and research use.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"turix-cua": {
"args": [
"turix"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.