A Model Context Protocol server providing translation capabilities using the DeepL API, featuring text translation, rephrasing, language detection, and formality control across numerous languages.
Get list of available source languages for translation.
Get list of available target languages for translation.
Translate text to a target language using the DeepL API.
Rephrase text in the same or different language using the DeepL API.
{
"mcpServers": {
"deepl": {
"command": "npx",
"args": ["deepl-mcp-server"],
"env": {
"DEEPL_API_KEY": "{YOUR_API_KEY}"
}
}
}
}