home / mcp / professional deepl mcp server for airia

Professional DeepL MCP Server for Airia

deepl mcp integration

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "1-arijits-deepl-mcp-proffessional": {
      "url": "https://your-deployment-url.com/sse",
      "headers": {
        "MCP_AIRIA_TOKEN": "mcp_token_professional_airia_deepl_2024"
      }
    }
  }
}

You run a professional DeepL MCP server that exposes translation, rephrasing, and language tools through the MCP protocol so Airia can securely access and use them in automation and dashboards.

How to use

To use this MCP server, connect your MCP client to the server URL and authenticate with the MCP Access Token you configured for Airia. Once connected, you can request translations, reframing, and language information through the available tools. The server continuously monitors health, logs events with timestamps, and will auto-restart on failures to keep services available.

Available tools

translate-text

Translate text between source and target languages using the MCP server.

rephrase-text

Rephrase text in the same language to improve style or clarity.

get-source-languages

List available languages that can be used as the source for translations.

get-target-languages

List available languages that can be used as the target for translations.

get-writing-styles-and-tones

List available writing styles and tones to apply during translation or rephrasing.