Capability
5 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “application lifecycle management and process control”
MCP Server for Computer Use in Windows
Unique: Integrates process control with the UI Automation state tracking system, ensuring that launched applications are immediately discoverable in the UI element tree and window state is synchronized across the MCP tool layer.
vs others: More integrated than standalone process management libraries because it coordinates with the UI Automation layer for state consistency, and provides window-level control (focus, minimize, maximize) in addition to process-level operations.
via “application-window-enumeration-and-focus-control”
Computer Use MCP Server
Unique: Provides unified window enumeration and focus control across Windows/macOS/Linux, abstracting platform-specific window manager APIs (wmctrl, NSWindow, Windows API) behind a single interface
vs others: Combines window enumeration and focus control in a single MCP tool, whereas most automation frameworks require separate window management libraries or platform-specific code
via “multi-window-and-application-context-management”
I've been building computer-use tools for a while, and I quietly launched this about a month ago (122 Stars on GH). I figured it was worth sharing here.Over the last few months, a lot of computer-use agents have come out: Codex, Claude Code, CUA, and others. Most of them seem to work roughly li
Unique: Maintains persistent window registry and focus state rather than treating each window interaction independently — enables agents to reason about application context and coordinate actions across multiple windows
vs others: More sophisticated than simple window switching because it tracks window state and properties, enabling agents to make intelligent decisions about which window to target based on application context
Zero-dependency macOS desktop automation for AI agents. Screenshot, mouse, keyboard, clipboard, and window control via MCP. 18 tools, macOS 13+, one command: npx mac-use-mcp.
Unique: Provides unified window enumeration and control through MCP by querying macOS Accessibility API (AXUIElement), enabling agents to discover and manage windows without parsing window manager output or using AppleScript, with direct focus control for multi-window workflows
vs others: More reliable than AppleScript window management because it uses native Accessibility APIs with structured data output, enabling agents to reliably identify windows by multiple attributes (title, app, PID) and chain window operations with screenshot context
via “window focus and activation control”
** - Programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture using nut.js.
Unique: Wraps Windows SetForegroundWindow with nut.js's event loop integration, allowing asynchronous focus operations that don't block the Node.js event loop while respecting Windows focus-stealing prevention policies
vs others: More reliable than raw SetForegroundWindow calls because nut.js handles timing and state validation; more flexible than AutoHotkey WinActivate because it integrates with async/await patterns
Building an AI tool with “Window Management And Focus Control Via Mcp”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.