DeepL nodes
Tools for translation via DeepL. These nodes are also served as MCP tools on the deepl MCP server. Back to the full node reference.
DeepL Translate
deepl_translate · natural-language configurable · read-only · idempotent · 1 credit on Cloud
Translate text using DeepL.
Credential: DeepL (API key)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
sourceLanguage | string | ✓ | Source language code, or 'auto' to auto-detect. Default: auto. |
targetLanguage | string | ✓ | Target language code (e.g. en-US, de, fr). Default: en-US. |
text | string | ✓ | Text to translate. |
Output
Returns a list of records — reference fields downstream as $<node>.text.
| Field | Type | Description |
|---|---|---|
text | string | Translated text. |