Deepl
Freeby MCP Community
MCP server for DeepL translation API
v1.1.0Added Apr 12, 2026
deeplmcptranslationclaudeai
Deepl MCP Server
MCP server for DeepL translation API
Installation
Reviews
Installation
Quick install
npx -y deepl-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"deepl": {
"command": "npx",
"args": ["-y", "deepl-mcp-server"]
}
}
}