← Reddit

Computer-use MCP that can control multiple machines (Integrate with claude, Cursor, Codex or your custom harness)

Reddit · metalvendetta · May 14, 2026
A new open-source tool called opendesk enables AI agents to control desktop computers remotely over local WiFi networks using computer-use MCP, supporting integration with Claude, Cursor, Codex, and custom workflows. The tool operates without cloud services or account logins, maintaining full encryption across the local network and is available free for Mac, Linux, and Windows systems.

Detailed Analysis

Opendesk, an open-source Model Context Protocol (MCP) server developed by Vitalops, introduces a local-network-based computer control layer that allows AI agents to operate multiple machines simultaneously. By implementing the MCP standard — the interface protocol that tools like Anthropic's Claude, Cursor, and OpenAI's Codex use to interact with external systems — opendesk enables AI models to see screen contents, simulate mouse clicks, enter keystrokes, and navigate desktop environments on remote computers over a local WiFi connection. The system requires only a one-time pairing between machines, after which an agent can orchestrate all paired devices from within a single conversation thread.

The architectural decision to eliminate cloud intermediaries is a defining characteristic of the project. Unlike many AI-powered automation tools that route control signals through remote servers, opendesk processes all communications entirely within the local network using encryption, meaning no user credentials, screenshots, or interaction data are transmitted to third-party infrastructure. This design choice directly addresses a significant barrier to enterprise and privacy-conscious adoption of AI desktop automation: the reluctance to expose sensitive screen content or internal systems to external cloud providers. The tool's cross-platform availability on macOS, Linux, and Windows further broadens its practical applicability across heterogeneous computing environments.

The release arrives at a moment of rapid maturation in agentic AI tooling. The MCP standard, which Anthropic open-sourced in late 2024, has quickly become a de facto protocol for giving language models structured access to external tools and environments. Opendesk's compatibility with multiple AI frontends — Claude, Cursor, and Codex — reflects a broader ecosystem trend in which tool developers are building to the protocol layer rather than to any single model provider, effectively treating AI agents as interchangeable execution engines. This modularity accelerates adoption because it removes vendor lock-in concerns for developers choosing automation infrastructure.

Computer-use capabilities broadly represent one of the most consequential frontiers in applied AI development. Anthropic itself demonstrated native computer-use functionality in Claude 3.5 Sonnet in October 2024, and the industry has since seen increasing competition around agent-driven desktop and browser control. Opendesk's contribution to this space is less about novel AI capability and more about distribution architecture: by making multi-machine control available as a self-hosted, zero-cost, open-source primitive, it lowers the threshold for developers and small organizations to deploy agentic workflows that previously required either expensive cloud services or significant custom engineering. The net effect is a democratization of computer-use automation that could accelerate real-world deployment of AI agents across software development, IT operations, and knowledge work contexts.

Read original article →