arabicfmt mcp for Cursor
io.github.cc1a2b/arabicfmt-mcp
Arabic formatting: 22 Arab currencies (Saudi riyal U+20C1), Hijri dates, تفقيط, RTL/bidi fixes.
client:Cursor
transport:stdio
runtime:npm
Install arabicfmt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arabicfmt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arabicfmt-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs