rendoc
@rendoc/mcp-server
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 Cases
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/.
Related MCP server: PDF Export for AI Agents
Features
7 tools for document generation, template management, and usage tracking
Template-based or inline — save reusable templates or pass markup on the fly
Handlebars syntax — use
{{variables}},{{#each}},{{#if}}in your markupMultiple paper sizes — A4, Letter, Legal, A3, A5, portrait or landscape
Schema validation — templates can declare a JSON Schema so the AI can't pass invalid data
Zero config — just set
RENDOC_API_KEYand goLightweight — ~35 KB unpacked, pure TypeScript, only 2 runtime dependencies
Verified on Glama — security, quality, and license checks passed
Quick Setup for Claude Desktop
Add 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.
Quick Setup for Claude Code
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"
}
}
}
}Quick Setup for Cursor
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"
}
}
}
}Available Tools
Tool | Description | Key Parameters |
| Generate a PDF from a template or inline markup |
|
| List available document templates |
|
| Inspect a template's markup, styles, and schema |
|
| Create a new reusable template |
|
| Delete a template by ID |
|
| Get details of a generated document |
|
| View monthly API usage statistics | (none) |
Each tool returns structured JSON with download URLs, document IDs, and metadata the assistant can act on.
Get an API Key
Sign up at rendoc.dev
Go to the API Keys dashboard
Create a new key and copy it into your MCP client config
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your rendoc API key for authentication |
| No |
| Base URL for the rendoc API (useful for self-hosted instances) |
Examples
Detailed walkthroughs with real prompts and tool calls:
01 — Invoice from inline markup — single-shot invoice generation
02 — Freelance contract template — create once, reuse forever
03 — Certificate from saved template — multi-step tool discovery
04 — Monthly sales report — rich visualizations with CSS
05 — Bulk generation from dataset — 50 PDFs from one prompt
How It Works
┌──────────────┐ MCP/stdio ┌────────────────────┐ HTTPS ┌─────────────┐
│ Claude Code │ ─────────────▶ │ @rendoc/mcp-server │ ────────▶ │ rendoc API │
│ / Desktop │ │ (this package) │ │ (PDF gen) │
└──────────────┘ ◀───────────── └────────────────────┘ ◀──────── └─────────────┘
▲ tool results download URL
│
└── User prompt: "Generate an invoice for..."The MCP server translates natural language tool calls from your AI assistant into authenticated REST requests to the rendoc API, and returns structured responses with PDF download URLs.
Contributing
Contributions are welcome. See CONTRIBUTING.md for development setup and PR guidelines.
For security issues, please see SECURITY.md and email info@rendoc.dev — do not open a public issue.
Links
Website: rendoc.dev
Docs: rendoc.dev/docs
npm Package:
@rendoc/mcp-serverGlama Listing: glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server
Official SDKs:
@rendoc/sdk(TypeScript),rendoc(Python)
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to generate professional PDF documents from markdown content with advanced typography, syntax highlighting, math equations, dark mode, and customizable styling options.MIT

PDF Export for AI Agentsofficial
AlicenseBqualityDmaintenanceWell-designed PDFs from a single prompt. Describe what you need, get a professional document.2421MIT- AlicenseAqualityAmaintenanceTurn markdown into designed PDFs with cover page, table of contents, and code blocks that hold across pages. One command from Claude Desktop, Claude Code, Cursor, Cline, Zed, or any MCP-capable client.2531MIT

mcp-server-pdfnoodleofficial
Alicense-qualityDmaintenanceEnables AI assistants to generate PDF documents from templates or raw HTML using natural language, with tools for template creation, PDF generation, and utility operations.181MIT
Related MCP Connectors
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Generate PDF reports from Re:port Flow templates via Claude and other AI agents.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoryocoruxo-ai/rendoc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server