Skip to content
Cline

rendoc mcp server for Cline

io.github.yoryocoruxo-ai/rendoc-mcp-server

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

client:Cline transport:stdio runtime:npm

Install rendoc mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "rendoc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@rendoc/mcp-server"
      ],
      "env": {
        "RENDOC_API_KEY": "<RENDOC_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

rendoc mcp server in other clients