Skip to main content
Glama

스크린샷 MCP 서버

AI 도구에 스크린샷 기능을 제공하는 MCP 서버로, 이를 통해 AI 도구가 화면 콘텐츠를 캡처하고 처리할 수 있습니다.

개요

이 MCP 서버는 AI 도구가 사용자 화면의 스크린샷을 촬영할 수 있도록 하여 AI 비서가 사용자가 보고 있는 내용을 보고 분석할 수 있도록 합니다. 이 서버는 AI 처리에 적합한 형식으로 이미지 캡처, 압축 및 전달을 처리합니다.

Related MCP server: Screen MCP

특징

  • 전체 화면 스크린샷 찍기

  • 효율적인 전송을 위한 자동 JPEG 압축

  • 안정적인 전송을 위한 Base64 인코딩된 이미지 데이터

  • stdio 및 SSE 전송 모드 모두 지원

  • 구성 가능한 이미지 품질 및 최적화

  • 테스트를 위한 간단한 명령줄 인터페이스

설치

출처에서

지엑스피1

사용 가능한 도구

스크린샷 찍기

설명: 사용자 화면의 스크린샷을 찍어 JPEG 이미지로 반환합니다.

매개변수: 없음

보고:

  • JPEG 형식의 이미지 콘텐츠, base64로 인코딩됨

용법

서버는 두 가지 방법으로 사용할 수 있습니다.

명령줄 클라이언트

# Take a screenshot and save it to a file
screenshot_mcp_server-client output.jpg

프로그래밍 방식 사용

from mcp import ClientSession, StdioServerParameters
from mcp.client.stdio import stdio_client

async with stdio_client(StdioServerParameters(command="screenshot_mcp_server-server")) as (read, write):
    async with ClientSession(read, write) as session:
        result = await session.call_tool("take_screenshot")
        # Process the screenshot data...

요구 사항

  • Python 3.10 이상(< 3.13)

  • 종속성:

    • mcp >= 1.0.0

    • pyautogui >= 0.9.54

    • 베개 >= 10.0.0

  • 운영 체제: Linux, macOS, Windows

구성

서버는 두 가지 전송 모드를 지원합니다.

  • stdio(기본값): 명령줄 사용용

  • SSE: 웹 기반 애플리케이션의 경우 기본적으로 포트 3001에서 실행됩니다.

SSE 모드에서 실행하려면:

screenshot_mcp_server-server-sse --port 3001

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

작가

팀 키친스( timkitch@codingthefuture.ai )

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Enables LLMs to capture screenshots and screen recordings through MCP with chunked session-based transfers for reliable image consumption. Supports multi-monitor selection, timeline capture, and compatibility with both vision and non-vision language models.
    11
    1
  • A
    license
    Not graded
    quality
    A
    maintenance
    Open-source screenshot tool for Windows with a built-in MCP server that allows AI assistants like Claude to capture and view screen content through tools like take_screenshot, ask_user_to_select_region, and more.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

View all MCP Connectors

Latest Blog Posts

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/codingthefuturewithai/screenshot_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server