← Back to Plugins
MCP Server MCP

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

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @rendoc/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@rendoc/mcp-server",
      "version": "1.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your rendoc API key from https://rendoc.dev/dashboard",
          "isRequired": true,
          "isSecret": true,
          "name": "RENDOC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...