MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer
!Screenshot An interactive PDF viewer using PDF.js. Supports local files and remote URLs from academic sources (arxiv, biorxiv, zenodo, etc). Add to your MCP client configuration (stdio transport): To test local modifications, use this configuration (replace /code/ext-apps with your clone path): On some host platforms, tool calls have size limits, so large PDFs cannot be sent in a single…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
!Screenshot An interactive PDF viewer using PDF.js. Supports local files and remote URLs from academic sources (arxiv, biorxiv, zenodo, etc). Add to your MCP client configuration (stdio transport): To test local modifications, use this configuration (replace /code/ext-apps with your clone path): On some host platforms, tool calls have size limits, so large PDFs cannot be sent in a single response. This example streams PDFs in chunks using HTTP Range requests: Server side (server.ts): Clien