MCP server for Api2Pdf — generate PDFs & images from HTML, URLs or office files; merge, barcodes.
claude mcp add api2pdf --transport http https://api2pdf.usefulapi.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"api2pdf": {
"url": "https://api2pdf.usefulapi.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"api2pdf": {
"serverUrl": "https://api2pdf.usefulapi.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"api2pdf": {
"type": "http",
"url": "https://api2pdf.usefulapi.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"api2pdf": {
"url": "https://api2pdf.usefulapi.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"api2pdf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api2pdf.usefulapi.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api2pdf.usefulapi.io/mcp | none |
Reliable across a long session; no dropped connections.
Great docs mapping to real tool behavior. Auth was painless.
Reliable across a long session; no dropped connections.
Used it in a multi-step workflow; results were consistent.
Fast responses, sensible error messages when inputs were off.
Great docs mapping to real tool behavior. Auth was painless.
POST /mcp