Skip to content

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

FieldTypeRequiredDescription
sourceLanguagestringSource language code, or 'auto' to auto-detect. Default: auto.
targetLanguagestringTarget language code (e.g. en-US, de, fr). Default: en-US.
textstringText to translate.

Output

Returns a list of records — reference fields downstream as $<node>.text.

FieldTypeDescription
textstringTranslated text.