Generate DOCX and PDF documents from AI assistants using BulkRender templates.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ayo-nci-bulkrender": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
BulkRender MCP server — generate DOCX and PDF documents from any AI assistant that supports the Model Context Protocol (Claude, Cursor, Windsurf, Cline, and more).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / writing
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ayo-nci/bulkrender and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
BulkRender MCP server. Generate DOCX and PDF documents from Claude, Cursor, Windsurf, Cline, and any other MCP-compatible AI assistant.
Settings, Integrations, Add custom integration, paste your MCP URL.
Add to your MCP config file:
{
"mcpServers": {
"bulkrender": {
"url": "YOUR_MCP_URL"
}
}
}
claude mcp add bulkrender --scope user -- npx mcp-remote YOUR_MCP_URL
Verify:
claude mcp list
# bulkrender ✓ Connected
| 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 |
Credit costs: DOCX = 1 credit, PDF = 2 credits.
For agents acting on behalf of end users who have no BulkRender account. Pay per session via Stripe.
| Tool | Description | Cost |
|---|---|---|
acp_list_public_templates | List built-in templates (invoice, quote, contract, report, proposal) | Free |
acp_create_session | Create a checkout session and get a Stripe payment URL | — |
acp_pay_session | Charge a Stripe payment method directly (developer path) | Min $1.00 |
acp_get_session | Poll session status, get download URLs when complete | Free |
Walk-in minimum charge: $1.00 (covers up to 10 DOCX or 5 PDF docs).
Public MCP URL (no account, walk-in tools only): https://mcp.bulkrender.com/mcp/acp
List templates:
"List my BulkRender templates"
Generate a document:
"Generate an invoice using the Invoice Template for Acme Corp, invoice #1234, dated 2025-01-15, amount $5,000"
Batch generation:
"Generate invoices for these 3 clients: Acme Corp ($5,000), Beta Inc ($3,200), Gamma LLC ($7,800)"
| Problem | Solution |
|---|---|
| Server not connecting | Regenerate your MCP URL from Setting |