Computer Control MCP
컴퓨터 제어 MCP
PyAutoGUI, RapidOCR, ONNXRuntime을 사용하여 마우스, 키보드, OCR 등의 컴퓨터 제어 기능을 제공하는 MCP 서버입니다. Anthropic의 'computer-use'와 유사하며 외부 종속성이 없습니다.
Windows에서만 테스트되었습니다. 다른 플랫폼에서도 작동할 것입니다.

빠른 사용법( uvx 사용한 MCP 설정)
지엑스피1
또는 pip 사용하여 전역적으로 설치합니다.
pip install computer-control-mcp그런 다음 다음을 사용하여 서버를 실행합니다.
computer-control-mcp # instead of uvx computer-control-mcp, so you can use the latest version, also you can `uv cache clean` to clear the cache and `uvx` again to use latest version.Related MCP server: Computer Use MCP
특징
마우스 움직임과 클릭을 제어합니다
현재 커서 위치에 텍스트를 입력하세요
다운로드 디렉토리에 선택적으로 저장하여 전체 화면 또는 특정 창의 스크린샷을 찍을 수 있습니다.
OCR(광학 문자 인식)을 사용하여 스크린샷에서 텍스트 추출
창 나열 및 활성화
키보드 키를 누르세요
드래그 앤 드롭 작업
사용 가능한 도구
마우스 제어
click_screen(x: int, y: int): 지정된 화면 좌표를 클릭합니다.move_mouse(x: int, y: int): 마우스 커서를 지정된 좌표로 이동합니다.drag_mouse(from_x: int, from_y: int, to_x: int, to_y: int, duration: float = 0.5): 마우스를 한 위치에서 다른 위치로 드래그합니다.
키보드 제어
type_text(text: str): 현재 커서 위치에 지정된 텍스트를 입력합니다.press_key(key: str): 지정된 키보드 키를 누릅니다.
화면 및 창 관리
take_screenshot(title_pattern: str = None, use_regex: bool = False, threshold: int = 60, with_ocr_text_and_coords: bool = False, scale_percent_for_ocr: int = 100, save_to_downloads: bool = False): OCR 옵션을 사용하여 화면이나 창을 캡처합니다.get_screen_size(): 현재 화면 해상도를 가져옵니다.list_windows(): 열려 있는 모든 창을 나열합니다activate_window(title_pattern: str, use_regex: bool = False, threshold: int = 60): 지정된 창을 포그라운드로 가져옵니다.
개발
개발 환경 설정
# Clone the repository
git clone https://github.com/AB498/computer-control-mcp.git
cd computer-control-mcp
# Install in development mode
pip install -e .
# Start server
python -m computer_control_mcp.core테스트 실행
python -m pytestAPI 참조
사용 가능한 함수와 클래스에 대한 자세한 내용은 API 참조를 확인하세요.
특허
MIT
더 많은 정보나 도움이 필요하시면
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 Servers
- AlicenseNot gradedqualityDmaintenanceProvides automated GUI testing and control capabilities through an MCP server that enables mouse movements, keyboard input, screen captures, and image recognition across Windows, macOS, and Linux.46MIT
- 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.4382MIT
- AlicenseNot gradedqualityDmaintenanceA standalone MCP server for Windows desktop control, enabling screenshots, mouse and keyboard input, app launch, window/display management, and clipboard access via natural language.1MIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive computer control capabilities including mouse and keyboard automation, screen capture, OCR text recognition, and window management through MCP protocol.1MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for Appcircle mobile CI/CD platform.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/AB498/computer-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server