AiryLark MCP 专业翻译服务器 MCP Server

强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯

Local serverstdioTypeScript

What is the AiryLark MCP 专业翻译服务器 MCP server?

强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯 无缝集成Claude/Cursor等支持MCP的AI助手,让AI翻译达到专业水准!. Exposed over MCP by the airylark mcp 专业翻译服务器 mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

// 连接到MCP服务器 const transport = new SSEClientTransport("http://localhost:3031"); const client = new Client( { name: "assistant-client", version: "1.0.0" }, { capabilities: { tools: {} } } ); await client.connect(transport);

Configuration

You will need 6 environment variables: TRANSLATION_API_KEY, TRANSLATION_MODEL, TRANSLATION_BASE_URL, MCP_PORT, YOUR_API_KEY, YOUR_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

The server ships on a container image as wizdy/airylark-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by wizd; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the airylark mcp 专业翻译服务器 mcp server does with a few real requests.

How to install the AiryLark MCP 专业翻译服务器 MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
TRANSLATION_API_KEYCredential the server authenticates with.Yes
TRANSLATION_MODELConfiguration value read at startup.Optional
TRANSLATION_BASE_URLEndpoint or connection string the server talks to.Yes
MCP_PORTConfiguration value read at startup.Optional
YOUR_API_KEYCredential the server authenticates with.Yes
YOUR_API_URLEndpoint or connection string the server talks to.Yes

Frequently asked questions

它采用三阶段专业翻译流程(分析、分段、审校),自动识别领域术语,并提供质量评估,适用于对精度要求高的专业文档。