bulkrender for Grok
io.github.ayo-nci/bulkrender
Generate DOCX and PDF documents from AI assistants using BulkRender templates.
client:Grok
transport:stdio
runtime:npm
Install bulkrender in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bulkrender": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bulkrender-mcp"
],
"env": {
"BULKRENDER_API_URL": "<BULKRENDER_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs