BeClaude

pdf

New
7.3kSmitheryGeneralby openai

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "pdf": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
code-reviewpythonproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is pdf?

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

How to install pdf?

To install pdf: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "pdf": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is pdf best for?

pdf is a mcp categorized under General. It is designed for: code-review, python, productivity. Created by openai.