← Index

io.github.ayo-nci/bulkrender

io.github.ayo-nci/bulkrender·v1.0.0·Documents & Spreadsheets
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bulkrender": {
      "command": "npx",
      "args": [
        "-y",
        "bulkrender-mcp"
      ],
      "env": {
        "BULKRENDER_API_URL": "<bulkrender_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bulkrender": {
      "command": "npx",
      "args": [
        "-y",
        "bulkrender-mcp"
      ],
      "env": {
        "BULKRENDER_API_URL": "<bulkrender_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y bulkrender-mcp
§02  Environment variables
BULKRENDER_API_URL

BulkRender API base URL. Defaults to https://api.bulkrender.com — only set for local development.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets