Skip to main content
Glama

Handwriting OCR MCP Server

手写OCR MCP服务器

用于手写 OCR API 的模型上下文协议 (MCP) 服务器。

概述

手写 OCR MCP 服务器支持 MCP 客户端与手写 OCR 服务的集成。本文档概述了设置流程,并提供了客户端的基本使用示例。

该服务器允许您上传图像和 PDF 文档、检查其状态并以 Markdown 形式检索 OCR 结果。

工具

转录

  • 上传文件
  • 检查状态
  • 获取文本

先决条件

开始之前,请确保您已具备以下条件:

  • 您的系统上安装了 Node.js(推荐版本 18.x 或更高版本)。
  • 手写OCR平台上的活跃账户和活跃的API令牌

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 handwriting-ocr-mcp-server:

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

手动安装 Claude Desktop

要在 Claude Desktop 应用程序中使用手写 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 文档、检查处理状态并以 Markdown 格式检索 OCR 结果。

  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