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…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
!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