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…
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
!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