Serversio.github.pdfcrowd/pdfcrowd-mcp-pdf-export
E

PDFCrowd PDF Export

io.github.pdfcrowd/pdfcrowd-mcp-pdf-export · v1.2.2
▦ npm
v1.2.2npm npm: pdfcrowd-mcp-pdf-export↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pdfcrowd/pdfcrowd-mcp-pdf-export",
  "description": "Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.",
  "title": "PDFCrowd PDF Export",
  "repository": {
    "url": "https://github.com/pdfcrowd/pdfcrowd-mcp-pdf-export",
    "source": "github"
  },
  "version": "1.2.2",
  "websiteUrl": "https://pdfcrowd.com/mcp-pdf-export/",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}