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
Ghidra MCP server that extracts decompiled binary context and exposes it to LLMs via Model Context Protocol.
A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.
MCP server to assist with AI code generation using Claude Desktop, Claude Code or any coding tool that...
Claudeでデスクトップアプリ用 Google Forms API MCP
A MCP (Model Context Protocol) server for interacting with LimeSurvey.
Vue3+Vite+Ts+Pinia+...一个快速开发vue3的模板框架
claude
DiffuGen is a powerful yet user-friendly interface for localedge image generation. Built on the Model Control Protocol (MCP),...
serpapi-mcp





