Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

bulkrender in other clients