Odel
rendoc mcp server

rendoc mcp server

Local
@yoryocoruxo-ai1JavaScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@rendoc/mcp-serverv1.0.9

Run

npx -y @rendoc/mcp-server

MCP client config

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