Pdf Reader
@sunderbharath85
关于 Pdf Reader
An MCP server that can extract text from PDFs and images. It supports:
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Pdf Reader?
Pdf Reader is an MCP server that extracts text from PDFs and images. It supports native text extraction from PDFs with embedded text and OCR for scanned PDFs and images using Tesseract.
How to use Pdf Reader?
—
Key features of Pdf Reader
- Native text extraction from PDFs with embedded text
- OCR for scanned PDFs and images via Tesseract
- Optional Poppler for faster PDF conversion
- Falls back to
tesseract.jsif Tesseract CLI is absent - Cross‑platform (macOS, Windows, Linux)
Use cases of Pdf Reader
- Extracting text from digital PDFs
- Performing OCR on scanned PDFs or document images
- Automating document processing in a server environment
FAQ from Pdf Reader
What are the runtime requirements?
Node.js >= 18.18 is required. For best OCR on PDFs, Poppler and Tesseract CLI are recommended.
How do I install Poppler and Tesseract?
Instructions differ by OS: use Homebrew on macOS, Chocolatey or manual install on Windows, and apt-get on Ubuntu/Debian.
What happens if Poppler is not installed?
The server falls back to slower whole‑file OCR instead of using pdftoppm.
What happens if Tesseract CLI is not installed?
The server falls back to tesseract.js, which downloads language data on first use.
Which platforms are supported?
macOS, Windows, and Linux (Ubuntu/Debian instructions provided).
文件与存储 分类下的更多 MCP 服务器

Filesystem
modelcontextprotocolModel Context Protocol Servers
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
Sample S3 Model Context Protocol Server
aws-samplesPDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
评论