Skip to main content
Glama
Handwriting-OCR

Handwriting OCR MCP Server

手書きOCR MCPサーバー

鍛冶屋のバッジ

手書き OCR API 用のモデル コンテキスト プロトコル (MCP) サーバー。

概要

手書きOCR MCPサーバーは、MCPクライアントと手書きOCRサービスの統合を可能にします。このドキュメントでは、セットアッププロセスの概要と、クライアントの基本的な使用例を示します。

このサーバーでは、画像や PDF ドキュメントをアップロードし、それらのステータスを確認し、OCR 結果を Markdown として取得できます。

Related MCP server: Textin MCP Server

ツール

転写

  • ドキュメントをアップロード

  • ステータスを確認する

  • テキストを取得

前提条件

始める前に、次のものがあることを確認してください。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の handwriting-ocr-mcp-server を自動的にインストールするには:

npx -y @smithery/cli install @Handwriting-OCR/handwriting-ocr-mcp-server --client claude

Claude Desktop の手動インストール

Claude デスクトップ アプリケーションで手書き OCR MCP サーバーを使用するには、以下を使用します。

{
    "mcpServers": {
        "handwriting-ocr": {
            "command": "node",
            "args": [
                "/Users/mateo/Local/Code/MCP/handwriting-ocr/build/index.js"
            ],
            "env": {
                "API_TOKEN": "your-api-token",
            },
            "disabled": false,
            "autoApprove": []
        }
    }
}

構成

手書き OCR MCP サーバーは、認証と構成のために設定できる環境変数をサポートしています。

  • API_TOKEN : API トークン。

これらの値は、手書き OCR プラットフォームの API 設定ダッシュボードで確認できます。

サポート

手書きOCR APIドキュメントを参照してください。

手書き OCR MCP サーバーのサポートについては、 GitHub の問題を送信してください。

について

手書きOCRプラットフォーム用モデルコンテキストプロトコル(MCP)サーバー

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/Handwriting-OCR/handwriting-ocr-mcp-server'

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