AiryLark MCP Translation ServerServer

wizd
GitHub
language translationMCPdeveloper tools

Loading subscription status...

💡 Description

A ModelContextProtocol server providing high-quality translation services with a three-stage translation workflow (analysis, segmented translation, full-text review) that supports multiple languages and integrates with Claude and OpenAI-compatible models.

📝 JSON Entries

{
  "mcpServers": [
    {
      "airylark-translation": {
        "env": {
          "TRANSLATION_MODEL": "<YOUR_MODEL>",
          "TRANSLATION_API_KEY": "<YOUR_API_KEY>",
          "TRANSLATION_BASE_URL": "<YOUR_API_URL>"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "TRANSLATION_API_KEY",
          "-e",
          "TRANSLATION_MODEL",
          "-e",
          "TRANSLATION_BASE_URL",
          "wizdy/airylark-mcp-server"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

translate_textevaluate_translation

Features

  • Three-phase translation process
  • Terminology recognition
  • Comprehensive quality assessment
  • Multi-language support
  • Style and format retention

💬 Example Queries

  • Translate 'The mitochondrion is the powerhouse of the cell.' into Chinese with high accuracy.
  • Evaluate the translation quality of this text.