Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Api2Pdf - PDF Generation, Powered by AWS Lambda MCP Server

# Introduction [Api2Pdf](https://www.api2pdf.com) is a powerful PDF generation API with no rate limits or file size constraints. Api2Pdf runs on AWS Lambda, a serverless architecture powered by Amazon to scale to millions of requests while being up to 90% cheaper than alternatives. **Supports wkhtm

Quick Setup

Transport: STDIO

Command: npx -y @mcp/api2pdf-com

Environment Variables

API2PDF___PDF_GENERATION__POWERED_BY_AWS_LAMBDA_API_KEY

Example: your_api2pdf___pdf_generation__powered_by_aws_lambda_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "api2pdf-com": {
      "command": "npx",
      "args": ["-y","@mcp/api2pdf-com"],
      "env": {
      "API2PDF___PDF_GENERATION__POWERED_BY_AWS_LAMBDA_API_KEY": "your_api2pdf___pdf_generation__powered_by_aws_lambda_api_key"
}
    }
  }
}

Endpoints

POST/chrome/html

Convert raw HTML to PDF

GET/chrome/url

Convert URL to PDF

POST/chrome/url

Convert URL to PDF

POST/libreoffice/convert

Convert office document or image to PDF

POST/merge

Merge multiple PDFs together

POST/wkhtmltopdf/html

Convert raw HTML to PDF

GET/wkhtmltopdf/url

Convert URL to PDF

POST/wkhtmltopdf/url

Convert URL to PDF

GET/zebra

Generate bar codes and QR codes with ZXING.