-
securityA
license-
qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.
Last updated -
8
Python
MIT License
uvx
设置 MCP)或者使用pip
全局安装:
然后使用以下命令运行服务器:
click_screen(x: int, y: int)
:点击指定的屏幕坐标move_mouse(x: int, y: int)
:将鼠标光标移动到指定坐标drag_mouse(from_x: int, from_y: int, to_x: int, to_y: int, duration: float = 0.5)
:将鼠标从一个位置拖动到另一个位置type_text(text: str)
:在当前光标位置输入指定的文本press_key(key: str)
:按下指定的键盘键take_screenshot(title_pattern: str = None, use_regex: bool = False, threshold: int = 60, with_ocr_text_and_coords: bool = False, scale_percent_for_ocr: int = 100, save_to_downloads: bool = False)
:使用可选 OCR 捕获屏幕或窗口get_screen_size()
:获取当前屏幕分辨率list_windows()
:列出所有打开的窗口activate_window(title_pattern: str, use_regex: bool = False, threshold: int = 60)
:将指定窗口置于前台有关可用函数和类的详细信息,请参阅API 参考。
麻省理工学院
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP 服务器通过统一的 API 提供计算机控制功能,包括鼠标移动、键盘操作、使用 OCR 的屏幕截图以及窗口管理。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AB498/computer-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server