强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯
强大的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.
// 连接到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);
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.
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.
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.
{
"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.
| Variable | Description | Required |
|---|---|---|
| TRANSLATION_API_KEY | Credential the server authenticates with. | Yes |
| TRANSLATION_MODEL | Configuration value read at startup. | Optional |
| TRANSLATION_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_PORT | Configuration value read at startup. | Optional |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.