-
Notifications
You must be signed in to change notification settings - Fork 170
Add rendoc — PDF generation MCP server #101
Copy link
Copy link
Open
Description
rendoc
Generate PDF documents from HTML templates and data via MCP. Allows Claude to create professional PDFs from HTML templates with dynamic data injection.
- npm:
@rendoc/mcp-server - GitHub: https://github.com/yoryocoruxo-ai/rendoc
- Website: https://rendoc.dev
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels