PyAutoGUI MCP Server
mcp-pyautogui-서버
PyAutoGUI를 통해 자동화된 GUI 테스트 및 제어 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
마우스 움직임과 클릭을 제어합니다
키보드 입력 시뮬레이션
스크린샷 찍기
화면에서 이미지 찾기
화면 정보 가져오기
크로스 플랫폼 지원(Windows, macOS, Linux)
Related MCP server: Computer Use MCP
도구
서버는 다음 도구를 구현합니다.
마우스 제어
마우스를 특정 좌표로 이동
현재 위치 또는 지정된 위치를 클릭하세요
드래그 앤 드롭 작업
현재 마우스 위치 가져오기
키보드 제어
텍스트를 입력하세요
개별 키를 누르세요
단축키 조합
화면 작업
스크린샷 찍기
화면 크기 가져오기
화면에서 이미지 위치 찾기
픽셀 색상 가져오기
설치
필수 조건
파이썬 3.12+
파이오토GUI
다른 종속성은 자동으로 설치됩니다.
설치 단계
패키지를 설치하세요:
지엑스피1
클로드 데스크톱 구성
MacOS의 경우:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows의 경우:
%APPDATA%/Claude/claude_desktop_config.json개발/미공개 서버 구성:
{
"mcpServers": {
"mcp-pyautogui-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-pyautogui-server",
"run",
"mcp-pyautogui-server"
]
}
}
}게시된 서버 구성:
{
"mcpServers": {
"mcp-pyautogui-server": {
"command": "uvx",
"args": [
"mcp-pyautogui-server"
]
}
}
}개발
건축 및 출판
종속성 동기화 및 잠금 파일 업데이트:
uv sync패키지 배포 빌드:
uv buildPyPI에 게시:
uv publish참고: 환경 변수나 명령 플래그를 통해 PyPI 자격 증명을 설정하세요.
토큰:
--token또는UV_PUBLISH_TOKEN사용자 이름/비밀번호:
--username/UV_PUBLISH_USERNAME및--password/UV_PUBLISH_PASSWORD
디버깅
최상의 디버깅 환경을 위해 MCP Inspector를 사용하세요.
npm을 통해 MCP Inspector를 실행합니다.
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-pyautogui-server run mcp-pyautogui-server검사기는 디버깅을 시작하기 위해 브라우저에서 액세스할 수 있는 URL을 표시합니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for visual regression testing: triage a PR's UI diffs from your coding agent.
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server that provides computer control capabilities including mouse movements, keyboard actions, screenshot capture with OCR, and window management through a unified API.165MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for computer automation that provides tools for screenshots, mouse actions, keyboard input, and drag-and-drop functionality. It supports cross-platform desktop interaction for both Linux (X11) and Windows environments.3472MIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive computer control capabilities including mouse and keyboard automation, screen capture, OCR text recognition, and window management through MCP protocol.1MIT
- FlicenseAqualityAmaintenanceCross-platform desktop automation MCP server that lets AI agents capture screenshots, run OCR with UI-element classification, control mouse/keyboard, and launch programs on Linux, macOS, and Windows.20-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetaoBackend/mcp-pyautogui-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server