Back to Catalog

PDF Server

modelcontextprotocol/ext-apps/examples/pdf-server
TypeScript
MCP Apps Demo

Interactive PDF viewer with chunked loading for rendering and navigating PDF documents

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:0
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp-server-pdf": {
    "command": "npx",
    "args": [
      "-y",
      "--silent",
      "--registry=https://registry.npmjs.org/",
      "@modelcontextprotocol/server-pdf",
      "--stdio"
    ],
    "env": {}
  }
}