pdf-it-mcp
NewTurn Claude research output into designed PDFs. Cover page, table of contents, code blocks that hold across pages. MCP server and Claude Code skill for markdown to PDF.
Summary
pdf-it-mcp is a Claude Code skill that transforms markdown research output into professionally designed PDFs with cover pages, table of contents, and code blocks that stay intact across pages.
- It integrates as an MCP server, making it easy for developers to generate polished documentation or reports directly from Claude's responses.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "pdf-it-mcp": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/pdf-it-mcp Convert the following markdown research into a PDF with a cover page and table of contents: [paste markdown]
Generate a PDF from this markdown documentation, ensuring all code blocks stay on one page: [markdown content]
/pdf-it-mcp Create a PDF report from the attached markdown file, with a title page and auto-generated TOC.
Security Audits
Frequently Asked Questions
What is pdf-it-mcp?
pdf-it-mcp is a Claude Code skill that transforms markdown research output into professionally designed PDFs with cover pages, table of contents, and code blocks that stay intact across pages. It integrates as an MCP server, making it easy for developers to generate polished documentation or reports directly from Claude's responses.
How to install pdf-it-mcp?
To install pdf-it-mcp: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "pdf-it-mcp": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is pdf-it-mcp best for?
pdf-it-mcp is a mcp categorized under Documentation. It is designed for: design, mcp, mcp-server, model-context-protocol, modelcontextprotocol, claude, claude-code, claude-desktop.
What can I use pdf-it-mcp for?
pdf-it-mcp is useful for: Generate a formatted PDF report of Claude's research findings on a technical topic, complete with a cover page and table of contents.; Create a shareable PDF of code documentation that preserves syntax-highlighted code blocks across page breaks.; Export a multi-section project proposal from Claude's markdown output into a clean, paginated PDF for client delivery.; Compile a set of Claude-generated API reference notes into a structured PDF with automatic table of contents.; Produce a PDF version of a Claude-authored tutorial or guide, ensuring code snippets remain readable and unbroken.; Convert a Claude conversation summary into a professional PDF report suitable for team distribution..