Skip to main content
Glama
kazuph
by kazuph

Captura de pantalla de MCP

Un servidor MCP que captura capturas de pantalla y realiza reconocimiento de texto OCR.

Características

  • Captura de pantalla (mitad izquierda, mitad derecha, pantalla completa)

  • Reconocimiento de texto OCR (compatible con japonés e inglés)

  • Múltiples formatos de salida (JSON, Markdown, vertical, horizontal)

Related MCP server: PeepIt MCP

Motores de OCR

Este servidor utiliza dos motores de OCR:

  1. yomitoku

    • Motor de OCR principal

    • Reconocimiento de texto japonés de alta precisión

    • Se ejecuta como un servidor API

  2. Tesseract.js

    • Motor de OCR de respaldo

    • Se utiliza cuando Yomitoku no está disponible

    • Admite reconocimiento tanto en japonés como en inglés.

Instalación

npx -y @kazuph/mcp-screenshot

Configuración del escritorio de Claude

Agregue la siguiente configuración a su claude_desktop_config.json :

{
  "mcpServers": {
    "screenshot": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-screenshot"],
      "env": {
        "OCR_API_URL": "http://localhost:8000"  // yomitoku API base URL
      }
    }
  }
}

Variables de entorno

Nombre de la variable

Descripción

Valor predeterminado

URL de API de OCR

URL base de la API de Yomitoku

http://localhost:8000

Ejemplo de uso

Puedes usarlo instruyéndole a Claude de esta manera:

Please take a screenshot of the left half of the screen and recognize the text in it.

Especificación de la herramienta

captura

Toma una captura de pantalla y realiza OCR.

Opciones:

  • region : Área de captura de pantalla ('izquierda'/'derecha'/'completa', predeterminado: 'izquierda')

  • format : Formato de salida ('json'/'markdown'/'vertical'/'horizontal', predeterminado: 'markdown')

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Autor

Kazuf

Install Server
A
license - permissive license
A
quality
C
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.

Tools

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    3
    10
    2
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Provides 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.
    5
    1
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    25
    1
    MIT

View all related MCP servers

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.

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/kazuph/mcp-screenshot'

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