Servers
mcp-pyautogui-server
@hetaoBackend
A MCP (Model Context Protocol) server that provides automated GUI testing and control capabilities through PyAutoGUI.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pyautogui-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}