Skip to content
Grok

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)

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

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

stylobridge in other clients