
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@rendoc/mcp-server
Advanced tools
rendoc MCP Server - Generate PDFs from Claude, Cursor, and other AI tools
The rendoc MCP server lets AI assistants like Claude, Cursor, and other MCP-compatible tools generate professional PDF documents. Connect your AI assistant to rendoc and it can create invoices, contracts, reports, certificates, and any other PDF from templates or inline HTML markup.
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"
}
}
}
}
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"
}
}
}
}
| 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_size?, orientation?, is_public? |
delete_template | Delete a template by ID | template_id |
get_document | Get details of a generated document | document_id |
get_usage | View monthly API usage statistics | (none) |
Sign up and get your API key at https://rendoc.dev/dashboard/api-keys.
| Variable | Required | Default | Description |
|---|---|---|---|
RENDOC_API_KEY | Yes | — | Your rendoc API key for authentication |
RENDOC_API_URL | No | https://rendoc.dev | Base URL for the rendoc API (useful for self-hosted instances) |
MIT
FAQs
rendoc MCP Server - Generate PDFs from Claude, Cursor, and other AI tools
The npm package @rendoc/mcp-server receives a total of 30 weekly downloads. As such, @rendoc/mcp-server popularity was classified as not popular.
We found that @rendoc/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.