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
First indexed Mar 25, 2026
Showing the 6 earliest of 8 plugins
First indexed Mar 25, 2026
Showing the 6 earliest of 8 plugins
npx claudepluginhub anthropics/knowledge-work-plugins --plugin pdf-viewer