스크린샷 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 )
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
AI 도구가 사용자 화면의 스크린샷을 캡처하고 처리할 수 있도록 하여, AI 도우미가 간단한 MCP 인터페이스를 통해 사용자가 보고 있는 내용을 보고 분석할 수 있도록 합니다.
Related MCP Servers
- 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 -1328TypeScriptMIT License
- AsecurityFlicenseAqualityAn 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 -24378TypeScript
- AsecurityAlicenseAqualityAn MCP server providing web development tools such as screen capturing capabilities that let AI agents take and work with screenshots of the user's screen.Last updated -243715MIT License
- AsecurityAlicenseAqualityA macOS utility that captures screenshots and analyzes them with AI vision, enabling AI assistants to see and interpret what's on your screen.Last updated -310,407509MIT License