← Index

io.github.kmalakoff/mcp-pdf

io.github.kmalakoff/mcp-pdf·v1.0.3·Documents & Spreadsheets
Quality Score
67
/100

MCP server for PDF generation using PDFKit

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mcp-z/mcp-pdf
§03  MCP Quality Score  ·  methodology
freshness
12
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets