arabicfmt mcp for VS Code
io.github.cc1a2b/arabicfmt-mcp
Arabic formatting: 22 Arab currencies (Saudi riyal U+20C1), Hijri dates, تفقيط, RTL/bidi fixes.
client:VS Code
transport:stdio
runtime:npm
Install arabicfmt mcp in VS Code
.vscode/mcp.json
{
"servers": {
"arabicfmt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arabicfmt-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs