VOOZH about

URL: https://glama.ai/mcp/servers/kazuph/mcp-screenshot?locale=ja-JP

⇱ mcpスクリーンショット by kazuph | Glama


MCPスクリーンショット

スクリーンショットをキャプチャし、OCR テキスト認識を実行する MCP サーバー。

特徴

  • スクリーンショットキャプチャ(左半分、右半分、全画面)

  • OCRテキスト認識(日本語と英語に対応)

  • 複数の出力形式(JSON、Markdown、垂直、水平)

Related MCP server: PeepIt MCP

OCRエンジン

このサーバーは 2 つの OCR エンジンを使用します。

  1. 読みとく

    • プライマリOCRエンジン

    • 高精度な日本語テキスト認識

    • APIサーバーとして実行

  2. テッセラクト

    • フォールバックOCRエンジン

    • 読み方が分からないときに使う

    • 日本語と英語の両方の認識をサポート

インストール

npx -y @kazuph/mcp-screenshot

クロードデスクトップ構成

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

http://localhost:8000

使用例

次のようにClaudeに指示することで使用できます。

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

ツール仕様

捕獲

スクリーンショットを撮り、OCR を実行します。

オプション:

  • region : スクリーンショット領域 ('left'/'right'/'full'、デフォルト: 'left')

  • format : 出力形式 ('json'/'markdown'/'vertical'/'horizontal'、デフォルト: 'markdown')

ライセンス

マサチューセッツ工科大学

著者

カズフ

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

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