MCP PDF Reader
Related Servers
Alternatives to MCP PDF Reader
No user-submitted related servers found.
Related Servers
- AlicenseAqualityNot gradedmaintenanceAn MCP server that enables users to read, search, and analyze PDF documents. It provides tools for extracting text, viewing metadata, searching content with context, and generating word statistics.5-
- FlicenseNot gradedqualityDmaintenanceA local MCP server that extracts text-layer content from PDF files, enabling AI agents to inspect, extract text, outlines, and page content.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for reading, writing, and manipulating PDF files, including text extraction, metadata retrieval, and merging or splitting documents. It also enables users to create PDFs from plain text and convert specific pages or entire documents into images.35 npmISC
- 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.578MIT
- AlicenseBqualityDmaintenanceAn MCP server that lets AI assistants read and visually analyze local documents — PDFs, Excel spreadsheets, CSV files, Word documents, PowerPoint presentations, and images.425 npm53 PyPIMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides AI-powered document processing and search capabilities, including PDF summarization, text extraction, metadata retrieval, and web search via Google Custom Search.-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_pdf_metadata retrieves metadata only, read_pdf extracts full text, read_pdf_page targets specific pages, and search_pdf finds text matches. There is no overlap in functionality, making tool selection unambiguous for an agent.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., get_pdf_metadata, read_pdf_page). The naming is predictable and readable throughout the set, with no deviations in style or convention.
With 4 tools, this server is well-scoped for PDF reading operations. Each tool serves a distinct and necessary function in the domain, avoiding bloat while covering core needs like metadata extraction, full/partial text reading, and searching.
The tool set covers essential PDF reading operations effectively, including metadata, text extraction, page-specific reading, and searching. A minor gap is the lack of tools for editing or manipulating PDFs (e.g., merge, split, annotate), but for a 'reader' server, the surface is largely complete and functional.