pdf-server.md

PDF Server

UI AppFeatured
from"modelcontextprotocol"
2.4k

Interactive PDF viewer with chunked loading for large documents

Media
PDFviewerdocumentschunked
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/pdf-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve