docgen-mcp-server
Render HTML/markdown to PDF, export rows to xlsx, and fill AcroForm PDFs.
Package Details
@cyanheads/docgen-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
900How long a rendered document is retrievable before it expires, in seconds.
26214400Hard ceiling on a single rendered artifact in bytes; exceeding it aborts the render.
30000Per-render wall-clock budget in milliseconds; exceeding it aborts the render.
5242880Artifacts at or under this byte size are returned inline as base64; larger ones omit it.
lightweightPDF rendering engine. Only 'lightweight' is implemented; 'chromium' is reserved and rejected at startup.
@cyanheads/docgen-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
900How long a rendered document is retrievable before it expires, in seconds.
26214400Hard ceiling on a single rendered artifact in bytes; exceeding it aborts the render.
30000Per-render wall-clock budget in milliseconds; exceeding it aborts the render.
5242880Artifacts at or under this byte size are returned inline as base64; larger ones omit it.
lightweightPDF rendering engine. Only 'lightweight' is implemented; 'chromium' is reserved and rejected at startup.