
inPDF
Supports UIby jonhoo
Search, navigate, and extract content from PDFs directly within AI assistants via MCP.
What it does
inPDF provides a bridge between AI assistants and PDF documents, allowing them to search for specific text, read specific pages, and extract content without needing the user to manually copy-paste text from documents.
Tools
pdf_grep: Search for text across a PDF using regex.pdf_read_pages: Retrieve text from specific page ranges.pdf_info: Get document metadata like page count and title.pdf_toc: Extract the table of contents.pdf_extract: Extract specific pages into a new PDF file.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"inpdf": {
"command": "/path/to/inpdf",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --release && /path/to/inpdf mcpInformation
- Pricing
- free
- Published
- 5/25/2026
- stars






