Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.
{
"mcpServers": {
"io-github-yoryocoruxo-ai-rendoc-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
The rendoc MCP server lets AI assistants like Claude Desktop, Cursor, and any other MCP-compatible client generate professional PDF documents on demand. Connect your AI to rendoc and it can create invoices, contracts, reports, certificates, and any other PDF — from reusable templates or inline HTML/Handlebars markup — all from a natural language prompt.
Turn "Generate an invoice for Acme Corp, 40 hours of consulting at €85/h" into a delivered PDF in seconds.
| Use Case | Example Prompt |
|---|---|
| Invoices | "Generate an invoice for client X with these line items..." |
| Contracts | "Draft a freelance contract for TechStart SL, €18,000 fee, 50% upfront..." |
| Certificates | "Issue a course completion certificate for María González..." |
| Reports | "Create a March 2026 sales report with these KPIs..." |
| Bulk generation | "Generate certificates for all 50 attendees in this CSV" |
| Custom documents | Anything you can describe in HTML + data |
See detailed walkthroughs in examples/.
{{variables}}, {{#each}}, {{#if}} in your markupRENDOC_API_KEY and goAdd this to your Claude Desktop configuration file (claude_desktop_config.json):
{
"mcpServers": {
"rendoc": {
"command": "npx",
"args": ["-y", "@rendoc/mcp-server"],
"env": {
"RENDOC_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. The rendoc tools will appear in the MCP tools menu.
Add this to your project or global settings (.claude/settings.json):
{
"mcpServers": {
"rendoc": {
"command": "npx",
"args": ["-y", "@rendoc/mcp-server"],
"env": {
"RENDOC_API_KEY": "your-api-key"
}
}
}
}
Add to ~/.cursor/mcp.json (or your project's .cursor/mcp.json):
{
"mcpServers": {
"rendoc": {
"command": "npx",
"args": ["-y", "@rendoc/mcp-server"],
"env": {
"RENDOC_API_KEY": "your-api-key"
}
}
}
}
| Tool | Description | Key Parameters |
|---|---|---|
generate_document | Generate a PDF from a template or inline markup | template_id or markup, data, paper_size?, orientation?, filename? |
list_templates | List available document templates | category? |
preview_template | Inspect a template's markup, styles, and schema | template_id |
create_template | Create a new reusable template | name, slug, markup, schema, category?, styles?, sample_data?, `paper_s |
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.yoryocoruxo-ai/rendoc-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.