Skip to content
Windsurf

pdf report generator for Windsurf

io.github.themoddedcube/pdf-report-generator

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

client:Windsurf transport:stdio runtime:npm

Install pdf report generator in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

pdf report generator in other clients