Stats
Actions
Tags
From pdf-viewer
Runs locally to provide MCP tools for PDF processing, such as text extraction, metadata retrieval, and document parsing.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pdf",
"--stdio"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub anthropics/knowledge-work-plugins --plugin pdf-viewer