mcp-pyautogui-server
@hetaoBackend
关于 mcp-pyautogui-server
A MCP (Model Context Protocol) server that provides automated GUI testing and control capabilities through PyAutoGUI.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-pyautogui-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-pyautogui-server?
mcp-pyautogui-server is a Model Context Protocol (MCP) server that provides automated GUI testing and control capabilities through PyAutoGUI. It is intended for developers who need programmatic control of mouse movements, keyboard input, and screen operations across Windows, macOS, and Linux.
How to use mcp-pyautogui-server?
Install the package with pip install mcp-pyautogui-server, then add it to your MCP client configuration (e.g., Claude Desktop config) using the published server entry: {"command": "uvx", "args": ["mcp-pyautogui-server"]}. For development, use uv with the local directory path.
Key features of mcp-pyautogui-server
- Control mouse movements and clicks
- Simulate keyboard input
- Take screenshots
- Find images on screen
- Get screen information
- Cross-platform support (Windows, macOS, Linux)
Use cases of mcp-pyautogui-server
- Automating repetitive GUI interactions for testing
- Performing drag-and-drop operations programmatically
- Capturing screenshots and reading pixel colors
- Executing hotkey combinations and typing text
- Locating images on screen for visual automation
FAQ from mcp-pyautogui-server
What is Python version required?
Python 3.12 or later is required.
What operating systems are supported?
Windows, macOS, and Linux are all supported.
Does mcp-pyautogui-server require any additional libraries?
PyAutoGUI and other dependencies are installed automatically when you install the package via pip.
How do I configure mcp-pyautogui-server for Claude Desktop?
Add the server entry to the Claude Desktop config file (claude_desktop_config.json) using {"command": "uvx", "args": ["mcp-pyautogui-server"]} for published servers.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-pyautogui-server run mcp-pyautogui-server and then access the displayed URL in a browser.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra

EverArt
modelcontextprotocolModel Context Protocol Servers
评论