Skip to content

Add rendoc — PDF generation MCP server #101

@yoryocoruxo-ai

Description

@yoryocoruxo-ai

rendoc

Generate PDF documents from HTML templates and data via MCP. Allows Claude to create professional PDFs from HTML templates with dynamic data injection.

Tools

Tool Description
generate_document Generate a PDF from a template and data
list_templates List available templates
preview_template Preview a template with sample data
create_template Create a new HTML template
delete_template Delete an existing template
get_document Retrieve a previously generated document
get_usage Get API usage statistics

Setup

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

Category

MCP Servers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions