Pdf Reader
@sunderbharath85
About Pdf Reader
An MCP server that can extract text from PDFs and images. It supports:
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
Frequently asked questions
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).
Basic information
More Files & Storage MCP servers
Filesystem MCP Server for WSL
webconsultingfilesystem MCP server for accessing WSL distributions from Windows
PDF Tools MCP
danielkennedy1
HTMLvault
AI tools (Claude, ChatGPT, Gemini, Grok, etc.) generate HTML constantly, from reports to landing pages to prototypes, but there's no easy way to share it or know if anyone looked. HTMLvault turns any HTML into a clean, t
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
Comments