rendoc
@rendoc/mcp-server
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.
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"
}
}
}
}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"
}
}
}
}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) |
Get API Key
Sign up and get your API key at https://rendoc.dev/dashboard/api-keys.
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) |
License
MIT
Latest Blog Posts
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