Skip to content
Cursor

PDFCrowd PDF Export for Cursor

io.github.pdfcrowd/pdfcrowd-mcp-pdf-export

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

client:Cursor transport:stdio runtime:npm

Install PDFCrowd PDF Export in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "pdfcrowd-mcp-pdf-export": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdfcrowd-mcp-pdf-export"
      ],
      "env": {
        "PDFCROWD_USERNAME": "<PDFCROWD_USERNAME>",
        "PDFCROWD_API_KEY": "<PDFCROWD_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PDFCrowd PDF Export in other clients