Cf Ai Translate is a skill that performs text translation across more than 100 languages using the Meta M2M-100 1.2B parameter model hosted on Cloudflare Workers AI. The key architectural difference from standard translation pipelines is that it performs direct translation between any two language pairs rather than routing through English as an intermediary. This approach preserves more linguistic nuance for non-English pairs, such as translating French directly to Japanese without an English hop that can introduce errors or awkward phrasing.
The skill runs on Cloudflare’s edge infrastructure, which means translation requests are handled at globally distributed nodes. It is available on Cloudflare’s free tier, so there are no per-character fees or subscription costs tied to translation volume. This makes it viable as a production translation layer for applications that need to keep API costs predictable.
In addition to returning translated text, the skill includes built-in support for saving translated output directly to the local filesystem, which is useful for batch translation workflows where output needs to be persisted for downstream processing.
This is a skill rather than an MCP server, so it integrates into agent workflows rather than exposing a standalone server process. There is no published tool list for this capability, meaning the exact callable interface must be confirmed from the publisher’s documentation. It requires access to Cloudflare Workers AI and is scoped to translation tasks only, not general-purpose language generation.