Runs locally to provide MCP tools for PDF processing, such as text extraction, metadata retrieval, and document parsing.
From pdf-viewernpx claudepluginhub anthropics/knowledge-work-plugins --plugin pdf-viewerAdd to your .mcp.json:
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pdf",
"--stdio"
]
}
}
}npx