DeepL MCP Server

by DeepLcom
MIT License
44
6
  • Apple
  • Linux

translate-text

Convert text into a target language using the DeepL API. Specify the language code and optionally adjust formality for translations. Designed for integration with AI assistants.

Instructions

Translate text to a target language using DeepL API

Input Schema

NameRequiredDescriptionDefault
formalityNoControls whether translations should lean toward informal or formal language
targetLangYesTarget language code (e.g. 'en-US', 'de', 'fr')
textYesText to translate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "formality": { "description": "Controls whether translations should lean toward informal or formal language", "enum": [ "less", "more", "default", "prefer_less", "prefer_more" ], "type": "string" }, "targetLang": { "description": "Target language code (e.g. 'en-US', 'de', 'fr')", "type": "string" }, "text": { "description": "Text to translate", "type": "string" } }, "required": [ "text", "targetLang" ], "type": "object" }

You must be authenticated.

Other Tools from DeepL MCP Server

Related Tools

    ID: hs222qbsnt