스크린샷 MCP 서버
AI 도구에 스크린샷 기능을 제공하는 MCP 서버로, 이를 통해 AI 도구가 화면 콘텐츠를 캡처하고 처리할 수 있습니다.
개요
이 MCP 서버는 AI 도구가 사용자 화면의 스크린샷을 촬영할 수 있도록 하여 AI 비서가 사용자가 보고 있는 내용을 보고 분석할 수 있도록 합니다. 이 서버는 AI 처리에 적합한 형식으로 이미지 캡처, 압축 및 전달을 처리합니다.
특징
- 전체 화면 스크린샷 찍기
- 효율적인 전송을 위한 자동 JPEG 압축
- 안정적인 전송을 위한 Base64 인코딩된 이미지 데이터
- stdio 및 SSE 전송 모드 모두 지원
- 구성 가능한 이미지 품질 및 최적화
- 테스트를 위한 간단한 명령줄 인터페이스
설치
출처에서
지엑스피1
사용 가능한 도구
스크린샷 찍기
설명: 사용자 화면의 스크린샷을 찍어 JPEG 이미지로 반환합니다.
매개변수: 없음
보고:
- JPEG 형식의 이미지 콘텐츠, base64로 인코딩됨
용법
서버는 두 가지 방법으로 사용할 수 있습니다.
명령줄 클라이언트
프로그래밍 방식 사용
요구 사항
- Python 3.10 이상(< 3.13)
- 종속성:
- mcp >= 1.0.0
- pyautogui >= 0.9.54
- 베개 >= 10.0.0
- 운영 체제: Linux, macOS, Windows
구성
서버는 두 가지 전송 모드를 지원합니다.
- stdio(기본값): 명령줄 사용용
- SSE: 웹 기반 애플리케이션의 경우 기본적으로 포트 3001에서 실행됩니다.
SSE 모드에서 실행하려면:
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
작가
팀 키친스( timkitch@codingthefuture.ai )
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides AI vision capabilities for analyzing UI screenshots, offering tools for screen analysis, file operations, and UI/UX report generation.Last updated -261JavaScriptISC License
- AsecurityAlicenseAqualityAn official MCP server implementation that allows AI assistants to capture website screenshots through the ScreenshotOne API, enabling visual context from web pages during conversations.Last updated -16TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License
- -security-license-qualityAn MCP server that provides web development tools including taking screenshots of screens, enabling AI agents to capture and analyze visual content during development.Last updated -2TypeScript