ychoi-kr/pdf-memo-mcp
If you are the rightful owner of pdf-memo-mcp 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.
A Model Context Protocol (MCP) server that allows safe interaction with PDFs, providing functionalities like listing PDFs, extracting highlights, reading specific pages, and showing metadata, all within allowed directories.
Tools
Functions exposed to the LLM to take actions
extract_annotations
Return raw annotations as JSON, with options to include specific types.
extract_highlights_with_context
Return a JSON array of highlight contexts including page, author, and text.
read_pdf_text
Return JSON with extracted page text and basic metadata.
list_pdf_files
List PDFs in allowed directories, filtered by directory name.
show_accessible_directories
Return JSON with accessible directories and configuration details.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client