Generate and manipulate PDFs from Claude Desktop, Cursor, and Windsurf. 9 tools: HTML-to-PDF, URL-to-PDF, merge, split, watermark, compress, password-protect, rotate, and extract text. Free tier on RapidAPI — install with: uvx pdf-api-mcp
Server Config
{
"mcpServers": {
"pdf-api": {
"command": "uvx",
"args": [
"pdf-api-mcp"
],
"env": {
"PDF_API_KEY": "<YOUR_RAPIDAPI_KEY>"
}
}
}
}