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_KEYExample: 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/htmlConvert raw HTML to PDF
GET
/chrome/urlConvert URL to PDF
POST
/chrome/urlConvert URL to PDF
POST
/libreoffice/convertConvert office document or image to PDF
POST
/mergeMerge multiple PDFs together
POST
/wkhtmltopdf/htmlConvert raw HTML to PDF
GET
/wkhtmltopdf/urlConvert URL to PDF
POST
/wkhtmltopdf/urlConvert URL to PDF
GET
/zebraGenerate bar codes and QR codes with ZXING.