stylobridge for Grok
io.github.blockpal1/stylobridge
Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.
client:Grok
transport:stdio
runtime:pypi
Install stylobridge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stylobridge": {
"type": "stdio",
"command": "uvx",
"args": [
"stylobridge"
],
"env": {
"STYLOBRIDGE_LICENSE": "<STYLOBRIDGE_LICENSE>",
"TEMPLATE_DIR": "<TEMPLATE_DIR>",
"WORKSPACE_ROOT": "<WORKSPACE_ROOT>"
}
}
}
}
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