Loading languages...
@I

@intsig/server-textin

@intsig-textin18

TextIn OCR MCP Server is a tool for extracting text and performing OCR on documents, including document text recognition, ID recognition, and invoice recognition. It also supports converting documents into Markdown format.

ocr
document-recognition
text-extraction
markdown-conversion

# mcpServer Config

{
  "mcpServers": {
    "textin-ocr": {
      "command": "npx",
      "args": [
        "-y",
        "@intsig/server-textin"
      ],
      "env": {
        "APP_ID": "<YOUR_APP_ID>",
        "APP_SECRET": "<YOUR_APP_SECRET>",
        "MCP_SERVER_REQUEST_TIMEOUT": "600000"
      },
      "timeout": 600
    }
  }
}

# stdio

npx -y @intsig/server-textin
Transport:
stdio
Language:
JavaScript
Created:4/17/2025
Updated:7/18/2025