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 for converting Markdown documents to PDF files.
              Last updated -
              1
              1
              JavaScript
            • A
              security
              A
              license
              A
              quality
              Converts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.
              Last updated -
              26
              Python
              MIT License
            • 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
              6
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Python MCP server for invoice and receipt processing that uses OCR technology to extract data from PDFs and images, offering AI assistants the ability to process, extract text from, and merge invoice documents.
              Last updated -
              Python
              • Apple

            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