Skip to content
Cline

PolyDoc for Cline

tech.polydoc/polydoc-mcp

HTML/URL to PDF, screenshots, e-invoices. PDF/A and PDF/UA output with optional veraPDF verify.

client:Cline transport:stdio runtime:npm

Install PolyDoc 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "polydoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "polydoc-mcp"
      ],
      "env": {
        "POLYDOC_API_KEY": "<POLYDOC_API_KEY>",
        "POLYDOC_SANDBOX": "<POLYDOC_SANDBOX>",
        "POLYDOC_BASE_URL": "<POLYDOC_BASE_URL>",
        "POLYDOC_OUTPUT_DIR": "<POLYDOC_OUTPUT_DIR>"
      }
    }
  }
}

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

PolyDoc in other clients