← All plugins
pdf-viewer
v0.2.0View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures — then download the annotated copy.
Claude Code1 skill1 MCP serverstdio
by Anthropic23.4kupdated 37 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pdf-viewer/ inside the repository.
Layout
pdf-viewer/
├── .claude-plugin/plugin.json├── skills/view-pdf/SKILL.md└── .mcp.json
Skills1
view-pdfskills/view-pdf/SKILL.md
Interactive PDF viewer. Use when the user wants to open, show, or view a PDF and collaborate on it visually — annotate, highlight, stamp, fill form fields, place signature/initials, or review markup together. Not for summarization or text extraction (use native Read instead).
MCP servers1
pdfstdio
- command
- npx
- args
- -y @modelcontextprotocol/server-pdf --stdio
Manifests1
pdf-viewer/.claude-plugin/plugin.json
{
"name": "pdf-viewer",
"version": "0.2.0",
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures — then download the annotated copy.",
"author": {
"name": "Anthropic"
}
}