bulkrender for Cursor
io.github.ayo-nci/bulkrender
Generate DOCX and PDF documents from AI assistants using BulkRender templates.
client:Cursor
transport:stdio
runtime:npm
Install bulkrender in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bulkrender": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bulkrender-mcp"
],
"env": {
"BULKRENDER_API_URL": "<BULKRENDER_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs