HomeProductivity › rendoc-mcp-server

rendoc-mcp-server

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-04-14 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.9)

npx -y @rendoc/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "rendoc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@rendoc/[email protected]"
      ],
      "env": {
        "RENDOC_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • RENDOC_API_KEY required secret — Your rendoc API key from https://rendoc.dev/dashboard

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry