mcp-screenshot
MCP 스크린샷
스크린샷을 캡처하고 OCR 텍스트 인식을 수행하는 MCP 서버입니다.
특징
스크린샷 캡처(왼쪽 절반, 오른쪽 절반, 전체 화면)
OCR 텍스트 인식(일본어 및 영어 지원)
다양한 출력 형식(JSON, 마크다운, 세로, 가로)
Related MCP server: PeepIt MCP
OCR 엔진
이 서버는 두 개의 OCR 엔진을 사용합니다.
설치
지엑스피1
클로드 데스크톱 구성
claude_desktop_config.json 에 다음 구성을 추가하세요.
{
"mcpServers": {
"screenshot": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-screenshot"],
"env": {
"OCR_API_URL": "http://localhost:8000" // yomitoku API base URL
}
}
}
}환경 변수
변수 이름 | 설명 | 기본값 |
OCR_API_URL | 요미토쿠 API 기본 URL |
사용 예
클로드에게 다음과 같이 지시하면 사용할 수 있습니다.
Please take a screenshot of the left half of the screen and recognize the text in it.도구 사양
포착
스크린샷을 찍고 OCR을 수행합니다.
옵션:
region: 스크린샷 영역('왼쪽'/'오른쪽'/'전체', 기본값: '왼쪽')format: 출력 형식('json'/'markdown'/'vertical'/'horizontal', 기본값: 'markdown')
특허
MIT
작가
카주프
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceA macOS utility that captures screenshots and analyzes them with AI vision, enabling AI assistants to see and interpret what's on your screen.32,1634,983MIT
- AlicenseAqualityDmaintenanceEnables AI agents to capture and analyze screenshots of macOS applications, windows, or the entire screen using local (Ollama) or cloud-based AI vision models, with non-intrusive, fast screen capture via Apple's ScreenCaptureKit.3102MIT
- FlicenseBqualityDmaintenanceProvides screen capture and optical character recognition (OCR) capabilities for entire displays or specific application windows. It enables users to list running applications, take screenshots, and extract text from images using multi-language support.51
- AlicenseAqualityDmaintenanceEnables interaction with macOS system features including file dialogs, clipboard management, Finder integration, and system notifications. It also provides tools for taking screenshots, processing images, managing PDFs, and interacting with the Apple Notes app.251MIT
Related MCP Connectors
Capture screenshots of webpages as images or PDFs with Screenshot Scout.
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Appeared in Searches
- MCP server for screenshot viewing and automatic cropping
- How to connect to the internet, browse a webpage, and take screenshots
- A microcontroller with image processing capabilities
- A system or tool for enabling computer vision capabilities in an MCP (Microcontroller Platform)
- Tools and Methods for Image Generation
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/kazuph/mcp-screenshot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server