mcp-pyautogui-server
19
The mcp-pyautogui-server is a Model Context Protocol server enabling automated GUI testing and control through PyAutoGUI. It supports mouse and keyboard operations, screen operations, and offers cross-platform compatibility.
What platforms does mcp-pyautogui-server support?
The server supports Windows, macOS, and Linux platforms.
What are the prerequisites for installing mcp-pyautogui-server?
You need Python 3.12+ and PyAutoGUI. Other dependencies will be installed automatically.
How can I publish the server to PyPI?
Use the command uv publish
and ensure your PyPI credentials are set via environment variables or command flags.
How do I debug the server?
For debugging, use the MCP Inspector by launching it via npm with the command npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-pyautogui-server run mcp-pyautogui-server
.
What license is mcp-pyautogui-server distributed under?
The project is licensed under the MIT License.