bulkrender-mcp
BulkRender MCP server. Generate DOCX and PDF documents from Claude, Cursor, Windsurf, Cline, and any other MCP-compatible AI assistant.
Quickstart
- Sign up at bulkrender.com
- Go to Settings, Integrations, AI Assistants (MCP)
- Click Generate MCP URL — copy it immediately, shown once
- Paste into your AI assistant (see below)
Connect your AI assistant
Claude.ai
Settings, Integrations, Add custom integration, paste your MCP URL.
Claude Desktop / Cursor / Windsurf / Cline
Add to your MCP config file:
{
"mcpServers": {
"bulkrender": {
"url": "YOUR_MCP_URL"
}
}
}Claude Code (CLI)
claude mcp add bulkrender --scope user -- npx mcp-remote YOUR_MCP_URLVerify:
claude mcp list
# bulkrender ✓ ConnectedTools
Authenticated tools (requires MCP URL)
| Tool | Description | Credits |
|---|---|---|
list_templates |
List all templates | 0 |
get_template |
Get template details and variable schema | 0 |
search_templates |
Search templates by name or tag | 0 |
generate_document |
Generate a single document (DOCX or PDF) | 1–2 |
generate_batch |
Generate documents for multiple records (up to 500) | 1–2 each |
get_batch_status |
Poll batch job status and get download URLs | 0 |
check_credits |
Check remaining credits | 0 |
refresh_document_url |
Get a fresh signed URL for an existing document | 0 |
estimate_cost |
Estimate credit cost before generating | 0 |
create_template_from_docx |
Create a reusable template from a DOCX URL | 0 |
submit_feedback |
Submit feedback or a bug report | 0 |






