ByteBot MCP Server
Related Servers
Alternatives to ByteBot MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables comprehensive Windows desktop automation including screen capture, OCR text extraction, mouse/keyboard control, window management, process control, and clipboard operations through 25+ tools for AI agents.46 PyPI5MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to autonomously control Windows 11 and 10 desktops via sub-10ms screen capture, native UI Automation element inspection, and zero-lag keyboard and mouse input. Combines a visual plane with a semantic plane and stall detection so agents can operate real applications reliably without vision-only guessing.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables computer control via mouse, keyboard, OCR, and screen/window management, similar to Anthropic's computer-use.MIT
- FlicenseNot gradedqualityNot gradedmaintenanceProvides comprehensive desktop automation capabilities including AI-powered vision, OCR, and mouse/keyboard control via a Spring Boot REST API. It enables users to execute multi-step workflows, manage files, and automate browser interactions.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to automate desktop operating systems and applications through UI automation, screenshots, and input simulation.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to operate Windows computers with parallel, human-like input streams, including held keys, concurrent mouse/keyboard actions, UIA/OCR targeting, and a knowledge base for engineering software.1MIT
TDQS
Scored across 23 tools
Most tools have distinct purposes, with clear separation between mouse/keyboard actions, task management, and file operations. However, bytebot_create_and_monitor_task and bytebot_execute_workflow both handle multi-step automation with monitoring, which could cause confusion about when to use each. The task-related tools (create_task, monitor_task, get_task, etc.) are well-differentiated within their domain.
All tools follow a consistent snake_case naming convention with a clear bytebot_ prefix. The naming pattern is uniformly verb_noun (e.g., bytebot_click, bytebot_create_task, bytebot_read_file) throughout the entire set, making them predictable and easy to understand.
With 23 tools, the count feels heavy for an automation server, though not extreme. The scope covers mouse/keyboard input, task management, file operations, and system control, which justifies many tools, but some could potentially be consolidated (e.g., multiple task monitoring tools). It's borderline but manageable for the apparent domain.
The toolset provides comprehensive coverage for desktop automation, including input simulation (click, type, drag), task lifecycle management (create, monitor, update, delete), file I/O, and system interactions (screenshot, switch app). Minor gaps include lack of clipboard operations beyond paste_text and no direct window management tools, but core workflows are well-supported.