Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pdf-viewer
Runs locally to provide MCP tools for PDF processing, such as text extraction, metadata retrieval, and document parsing.
npx claudepluginhub anthropics/knowledge-work-plugins --plugin pdf-viewerCopy 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
Share bugs, ideas, or general feedback.