Skip to content
Cursor

pdf report generator for Cursor

io.github.themoddedcube/pdf-report-generator

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

client:Cursor transport:stdio runtime:npm

Install pdf report generator in Cursor

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

{
  "mcpServers": {
    "pdf-report-generator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ctalasila/pdf-report-generator"
      ]
    }
  }
}

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

pdf report generator in other clients