Skip to main content
Glama

Handwriting OCR MCP Server

手書きOCR MCPサーバー

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

概要

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

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

ツール

転写

  • ドキュメントをアップロード
  • ステータスを確認する
  • テキストを取得

前提条件

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

インストール

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP クライアントと手書き OCR サービス間の統合を可能にし、ユーザーは画像や PDF ドキュメントをアップロードし、処理ステータスを確認し、OCR 結果を Markdown として取得できるようになります。

  1. 概要
    1. ツール
      1. 転写
    2. 前提条件
      1. インストール
        1. Smithery経由でインストール
        2. Claude Desktop の手動インストール
      2. 構成
        1. サポート
          1. について

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              An MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.
              Last updated -
              1
              17
              Python
              • Apple
            • A
              security
              A
              license
              A
              quality
              A server that enables OCR capabilities to recognize text from images, PDFs, and Word documents, convert them to Markdown, and extract key information.
              Last updated -
              3
              35
              18
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.
              Last updated -
              52
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A PDF processing server that extracts text via normal parsing or OCR, and retrieves images from PDF files through the MCP protocol with a built-in web debugger.
              Last updated -
              24
              Python

            View all related MCP servers

            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