← Back to Plugins
MCP Server MCP

io.github.ayo-nci/bulkrender

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bulkrender-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "BulkRender API base URL. Defaults to https://api.bulkrender.com — only set for local development.",
          "format": "string",
          "name": "BULKRENDER_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...