手書きOCR MCPサーバー
手書き OCR API 用のモデル コンテキスト プロトコル (MCP) サーバー。
概要
手書きOCR MCPサーバーは、MCPクライアントと手書きOCRサービスの統合を可能にします。このドキュメントでは、セットアッププロセスの概要と、クライアントの基本的な使用例を示します。
このサーバーでは、画像や PDF ドキュメントをアップロードし、それらのステータスを確認し、OCR 結果を Markdown として取得できます。
ツール
転写
- ドキュメントをアップロード
- ステータスを確認する
- テキストを取得
前提条件
始める前に、次のものがあることを確認してください。
- システムに Node.js がインストールされていること (バージョン 18.x 以上を推奨)。
- 手書き OCR プラットフォーム上のアクティブなアカウントとアクティブなAPI トークン。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の handwriting-ocr-mcp-server を自動的にインストールするには:
Claude Desktop の手動インストール
Claude デスクトップ アプリケーションで手書き OCR MCP サーバーを使用するには、以下を使用します。
構成
手書き OCR MCP サーバーは、認証と構成のために設定できる環境変数をサポートしています。
API_TOKEN
: API トークン。
これらの値は、手書き OCR プラットフォームの API 設定ダッシュボードで確認できます。
サポート
手書きOCR APIドキュメントを参照してください。
手書き OCR MCP サーバーのサポートについては、 GitHub の問題を送信してください。
について
手書きOCRプラットフォーム用モデルコンテキストプロトコル(MCP)サーバー
This server cannot be installed
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 として取得できるようになります。
Related MCP Servers
- AsecurityFlicenseAqualityAn 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 -117Python
Textin MCP Serverofficial
AsecurityAlicenseAqualityA server that enables OCR capabilities to recognize text from images, PDFs, and Word documents, convert them to Markdown, and extract key information.Last updated -33518JavaScriptMIT License- -securityAlicense-qualityAn 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 -52TypeScriptMIT License
- -securityFlicense-qualityA 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 -24Python