← Back to browse

PDFCrowd PDF Export

Indexed by io.github.pdfcrowd

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPDFCROWD_USERNAME PDFCROWD_API_KEY
Claude Code
claude mcp add --env PDFCROWD_USERNAME= --env PDFCROWD_API_KEY= pdfcrowd-mcp-pdf-export -- npx pdfcrowd-mcp-pdf-export
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pdfcrowd-mcp-pdf-export","command":"npx","args":["pdfcrowd-mcp-pdf-export"],"env":{"PDFCROWD_USERNAME":"","PDFCROWD_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "pdfcrowd-mcp-pdf-export": {
      "command": "npx",
      "args": [
        "pdfcrowd-mcp-pdf-export"
      ],
      "env": {
        "PDFCROWD_USERNAME": "",
        "PDFCROWD_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.