Skip to content
Grok

arabicfmt mcp for Grok

io.github.cc1a2b/arabicfmt-mcp

Arabic formatting: 22 Arab currencies (Saudi riyal U+20C1), Hijri dates, تفقيط, RTL/bidi fixes.

client:Grok transport:stdio runtime:npm

Install arabicfmt mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "arabicfmt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arabicfmt-mcp"
      ]
    }
  }
}

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

arabicfmt mcp in other clients