Skip to main content
Glama
kazuph
by kazuph

MCP 截图

捕获屏幕截图并执行 OCR 文本识别的 MCP 服务器。

特征

  • 屏幕截图(左半、右半、全屏)

  • OCR文字识别(支持日语、英语)

  • 多种输出格式(JSON、Markdown、垂直、水平)

Related MCP server: PeepIt MCP

OCR引擎

该服务器使用两个OCR引擎:

  1. 读音

    • 主要 OCR 引擎

    • 高精度日语文本识别

    • 作为 API 服务器运行

  2. Tesseract.js

    • 后备 OCR 引擎

    • 当读音不可用时使用

    • 支持日语和英语识别

安装

npx -y @kazuph/mcp-screenshot

Claude桌面配置

将以下配置添加到您的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

yomitoku API 基本 URL

http://localhost:8000

使用示例

您可以通过如下方式指导 Claude 来使用它:

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')

执照

麻省理工学院

作者

卡祖夫

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