Developer Tools
Trust: 32/100 (Limited)io.github.kmalakoff/mcp-pdf Guide
MCP server for PDF generation using PDFKit
1 starsby mcp-z
Quick Start
Install
npx @mcp-z/mcp-pdfClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kmalakoff-mcp-pdf": {
"command": "npx",
"args": [
"@mcp-z/mcp-pdf"
]
}
}
}