bulkrender for Claude Desktop
io.github.ayo-nci/bulkrender
Generate DOCX and PDF documents from AI assistants using BulkRender templates.
client:Claude Desktop
transport:stdio
runtime:npm
Install bulkrender in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bulkrender": {
"command": "npx",
"args": [
"-y",
"bulkrender-mcp"
],
"env": {
"BULKRENDER_API_URL": "<BULKRENDER_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs