Deepl MCP Server
未认领A Model Context Protocol (MCP) server that provides translation capabilities using the DeepL API.
安装
claude mcp add deepl --env DEEPL_API_KEY=your-api-key -- npx -y deepl-mcp-server工具(15 个)
formality
accepts less, more, default, preferless, and prefermore. The prefer values fall back to the default when the target language has no formality support.
get-custom-instruction
Returns a single custom instruction belonging to a style rule.
get-glossary-dictionary-entries
Returns the term entries of one glossary dictionary, meaning one language pair in one direction.
get-glossary-info
Returns the same metadata as list-glossaries for a single glossary.
get-source-languages
Lists the language codes accepted as a translation source.
get-style-rule
Returns one style rule in full, including its configured rules and custom instructions.
get-target-languages
Lists the language codes accepted as a translation target.
get-writing-styles
Lists the style values rephrase-text accepts.
get-writing-tones
Lists the tone values rephrase-text accepts.
list-glossaries
Lists every glossary in the account with its id, name, dictionaries, and creation time.
list-style-rules
Lists the style rules in the account with their id, name, language, and timestamps.
rephrase-text
Rephrases text, optionally into another language.
text
takes either a single string or an array of strings. Each entry is translated or rephrased independently.
translate-document
Translates a document file (PDF, DOCX, PPTX, XLSX, HTML, TXT, and more) and writes the result to disk.
translate-text
Translates text into a target language.