pietermyb/mcp-pdf-reader
If you are the rightful owner of mcp-pdf-reader and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The PDF Reader MCP Server for VS Code is a tool that allows users to view and analyze PDF documents within the VS Code environment using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
open-pdf
Open a PDF file and return a unique PDF ID for referencing in other operations.
close-pdf
Close an open PDF file using its PDF ID.
list-pdf-metadata
View metadata of an open PDF using its PDF ID.
get-pdf-page-count
Get the total number of pages in a PDF using its PDF ID.
get-pdf-page-text
Get the text content of a specific page in a PDF using its PDF ID and page number.
pdf-to-text
Extract all text from a PDF document with options for page range and inclusion of page numbers.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client