|
| 1 | +# PDF Research Plugin |
| 2 | + |
| 3 | +Read and analyze PDF documents using a local MCP server. Designed for |
| 4 | +academic paper review, document analysis, and research workflows. |
| 5 | + |
| 6 | +## What It Does |
| 7 | + |
| 8 | +- **Open PDFs** from local files, arXiv, bioRxiv, and other academic sources |
| 9 | +- **Interactive viewer** with search, navigation, and zoom |
| 10 | +- **AI-powered analysis** -- summarize, extract key points, compare papers |
| 11 | + |
| 12 | +## Commands |
| 13 | + |
| 14 | +| Command | What it does | |
| 15 | +| ------------------------- | ---------------------- | |
| 16 | +| `/pdf-research:read` | Open a PDF for reading | |
| 17 | +| `/pdf-research:summarize` | Summarize a document | |
| 18 | + |
| 19 | +## How It Works |
| 20 | + |
| 21 | +This plugin uses a **local MCP server** (`@modelcontextprotocol/server-pdf`) |
| 22 | +that runs on your machine via `npx`. No API keys or remote services needed -- |
| 23 | +the PDF server starts automatically when the plugin loads. |
| 24 | + |
| 25 | +This is different from other knowledge-work plugins which use remote HTTP |
| 26 | +connectors. The local server pattern enables offline PDF access and avoids |
| 27 | +the need for a remote deployment. |
| 28 | + |
| 29 | +## Requirements |
| 30 | + |
| 31 | +- Node.js >= 18 |
| 32 | +- Internet for remote PDFs (arXiv, etc.) |
| 33 | + |
| 34 | +## Supported PDF Sources |
| 35 | + |
| 36 | +- Local files (file paths in your working directory) |
| 37 | +- [arXiv](https://arxiv.org) papers |
| 38 | +- [bioRxiv](https://biorxiv.org) / [medRxiv](https://medrxiv.org) preprints |
| 39 | +- [chemRxiv](https://chemrxiv.org), [Zenodo](https://zenodo.org), [OSF](https://osf.io) |
| 40 | +- [HAL Science](https://hal.science), [SSRN](https://ssrn.com) |
0 commit comments