Database · MODEL CONTEXT PROTOCOL
hetaoBackend mcp pyautogui server
A MCP (Model Context Protocol) server that provides automated GUI testing and control capabilities through PyAutoGUI.
WHAT IT CONNECTS
hetaoBackend mcp pyautogui server 为 AI Agent 提供什么
- Control mouse movements and clicks
- Simulate keyboard input
- Take screenshots
- Find images on screen
- Get screen information
- Cross-platform support (Windows, macOS, Linux)
- Move mouse to specific coordinates
- Click at current or specified position
- Drag and drop operations
- Get current mouse position
- Type text
- Press individual keys
- Hotkey combinations
- Take screenshots
- Get screen size
- Find image locations on screen
- Get pixel colors
- Python 3.12+
- PyAutoGUI
- Other dependencies will be installed automatically
- Sync dependencies and update lockfile:
- Build package distributions:
- Publish to PyPI:
- Token: `--token` or `UV_PUBLISH_TOKEN`
- Username/password: `--username`/`UV_PUBLISH_USERNAME` and `--password`/`UV_PUBLISH_PASSWORD`
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。