Textin MCP Server
TextIn 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.
Tools
recognition_text- Text recognition from images, Word documents, and PDF files.
- Input:
file path(string) - Return: Text of the document.
doc_to_markdown- Convert images, PDFs, and Word documents to Markdown.
- Input:
file path(string) - Return: Markdown of the document.
general_information_extration- Automatically and intelligently extract key information from documents.
- Input:
file path(string) - Return: The key information JSON.
Setup
APP_ID and APP_SECRET
Click here to register for a TextIn account.
Get Textin APP_ID and APP_SECRET by following the instructions here.
NPX
{
"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
}
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Textin OCR Server
Project Details
- intsig-textin/textin-mcp
- @intsig/server-textin
- MIT License
- Last Updated: 4/18/2025
Recomended MCP Servers
A connector for Claude Desktop to work with collection and sources on your Zotero Cloud.
Sample MCP Server for testing
Fork of ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
This read-only MCP Server allows you to connect to Azure DevOps data from Claude Desktop through CData JDBC...
XHS MCP Agent - A MCP server implementation
一个基于 Node.js 和 TypeScript 的 MCP 服务,用于读写图片元数据
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.
Model Context Protocol (MCP) server for Aligo SMS API integration https://smartsms.aligo.in/smsapi.html aligo 는 (주)알리는사람들 사의 상표명입니다.
Ce MCP permet d'interagir avec l'API Recherche d'entreprises mise à disposition par data.gouv.fr.





