Back to directory
deepl-mcp-server

deepl-mcp-server

@DeepLcom102

A Model Context Protocol (MCP) server that provides translation and rephrasing capabilities using the DeepL API.

translationrephrasingDeepL APIcontext

Installation & Configuration

{
  "mcpServers": {
    "deepl": {
      "command": "npx",
      "args": [
        "deepl-mcp-server"
      ],
      "env": {
        "DEEPL_API_KEY": "{YOUR_API_KEY}"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/4
Updated
2026/6/8