← Back to Plugins
MCP Server MCP

PDFCrowd PDF Export

github By github 👁 1 views ▲ 0 votes

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pdfcrowd-mcp-pdf-export",
      "version": "1.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PDFCrowd username for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.",
          "name": "PDFCROWD_USERNAME"
        },
        {
          "description": "PDFCrowd API key for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.",
          "isSecret": true,
          "name": "PDFCROWD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...