pdf-extract-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pdf-extract-mcpExtract the text from pages 1-5 of report.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pdf-extract-mcp
FastMCP server for PDF text extraction and metadata — part of the Palimpsest intelligence toolkit.
Why
LLMs can't read PDFs natively. This server fills the gap — extract text from PDF documents, pull document metadata (title, author, producer, creation date), and extract specific page ranges. All results are returned as structured JSON for easy downstream processing.
Related MCP server: pdf-mcp
Architecture
Pluggable PDF backends with graceful degradation:
base install (
pip install pdf-extract-mcp) — pypdf-based text extraction and metadata (~5 MB)
The server tries backends in priority order: pypdf → none.
Tools
Tool | Description |
| Extract text from a PDF — all pages or a specific range (e.g. '1-5') |
| Full metadata: file info, SHA-256, PDF metadata, encryption status |
| Convenience wrapper for extracting specific page ranges |
Installation
git clone https://github.com/palimpsest-labs/pdf-extract-mcp
cd pdf-extract-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e .Usage
from pdf_extract_mcp.server import extract_text, extract_metadata, extract_pages
# Get everything at once
result = extract_text("~/documents/report.pdf")
# Or separate calls
meta = extract_metadata("~/documents/report.pdf")
pages = extract_pages("~/documents/report.pdf", "1-3,5")Security
Paths must be absolute and resolve to a location under the user's home directory. Path traversal (..) and paths starting with / are rejected. Symlinks are resolved before checking home-directory containment.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.Last updated
- AlicenseAqualityCmaintenanceAn MCP server for reading, rendering, and searching PDF files, specifically optimized for LLMs to extract text, tables, and technical diagrams. It enables metadata retrieval, multi-format text extraction, and page-to-image rendering using PyMuPDF.Last updated552MIT
- Flicense-qualityDmaintenanceMCP server for extracting text from PDF files, supporting local files and URLs.Last updated
- Alicense-qualityCmaintenanceFast, local PDF parsing as an MCP server with text extraction, bounding boxes, OCR, and visual citations. No cloud or API key required.Last updatedMIT
Related MCP Connectors
OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/palimpsest-labs/pdf-extract-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server