mcpbeat Sign in

Bulkrender MCP Server

local only

Bulkrender runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 30 May 2026.

Generate DOCX and PDF documents from AI assistants using BulkRender templates.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 28 · avg 10 · +21% w/w
a month agotoday
40
Installs / week
npm · bulkrender-mcp
1
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bulkrender -- npx -y bulkrender-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bulkrender": {
      "args": [
        "-y",
        "bulkrender-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bulkrender]
command = "npx"
args = ["-y", "bulkrender-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bulkrender": {
      "args": [
        "-y",
        "bulkrender-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bulkrender": {
      "args": [
        "-y",
        "bulkrender-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BULKRENDER_API_URL (BulkRender API base URL. Defaults to https://api.bulkrender.com — only set for local development.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bulkrender

same job, measured the same way
DocMake
by docmake

Generate DOCX and PDF documents from your DocMake templates

44 installs/wk local only
TemplateFoxPDF
by templatefoxpdf

MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants

43 installs/wk local only
I
Docmill
by docmill

Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill

43 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
Documentero
by documentero

List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents.

30 installs/wk local only
boxpdf-html
by earonesty

Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.

99 installs/wk local only
Captain Legal
by captain

Compliant legal documents from your AI assistant: 1,100+ templates, 15 countries, free preview.

5 tools answering
Leafwright
by leafwright

Render HTML, URLs, and templates to PDF. AI drafts templates and fixes them from logs.

84 installs/wk 3 tools answering

Bulkrender — questions

Answers built from our own checks of this server.

Why is there no uptime for Bulkrender?
Bulkrender runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bulkrender-mcp was installed 40 times last week.
Is Bulkrender still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Bulkrender?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bulkrender-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bulkrender?
The npm package bulkrender-mcp was installed 40 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bulkrender open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.