About
Overview
The PDF Reader MCP Server enables AI agents to extract content from PDF files. It provides tools for reading text content, extracting tables, getting metadata, and converting PDF pages to images. Supports both local files and URLs.
Capabilities
Tools & Capabilities
⚡read_pdf
Extract text content from a PDF file
⚡get_metadata
Get PDF metadata (title, author, pages)
⚡extract_tables
Extract tabular data from a PDF
⚡get_page
Get text from a specific page
Setup
Installation
bash
Install
npx -y mcp-server-pdfExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": ["-y", "mcp-server-pdf"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026