Skip to content
Cline

pdfapi mcp server for Cline

io.github.amranswill/pdfapi-mcp-server

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

client:Cline transport:stdio runtime:npm

Install pdfapi mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "pdfapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aranswill/mcp-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pdfapi mcp server in other clients