Skip to main content
Glama

DeepL MCP Server

Official
by DeepLcom

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" }
Install Server

Other Tools from DeepL MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeepLcom/deepl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server