Api2Pdf - PDF Generation, Powered by AWS Lambda Claude Desktop Config
Add the Api2Pdf - PDF Generation, Powered by AWS Lambda MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"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"
}
}
}
}Environment Variables
API2PDF___PDF_GENERATION__POWERED_BY_AWS_LAMBDA_API_KEYReplace your_api2pdf___pdf_generation__powered_by_aws_lambda_api_key with your actual 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.