AiryLark MCP 专业翻译服务器
@wizd
About AiryLark MCP 专业翻译服务器
强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯 无缝集成Claude/Cursor等支持MCP的AI助手,让AI翻译达到专业水准!
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AiryLark MCP 专业翻译服务器?
AiryLark MCP 专业翻译服务器是AiryLark项目的一个Model Context Protocol (MCP) 服务器模块,提供专业级高精度翻译服务接口。它允许Claude等AI模型通过MCP标准协议调用专业翻译能力。
How to use AiryLark MCP 专业翻译服务器?
安装Node.js (v18+) 和 npm,安装依赖 (npm install),配置环境变量(TRANSLATION_API_KEY等),然后通过npm run dev启动开发服务器或npm run build和npm start启动生产服务器。也可通过Docker部署。AI助手可通过MCP客户端配置连接,调用translate_text和evaluate_translation工具。
Key features of AiryLark MCP 专业翻译服务器
- 三阶段翻译流程:分析、分段、审校
- 自动识别专业领域并保持术语一致性
- 提供翻译质量评估(准确性、流畅性等)
- 支持中、英、日、韩、法、德等多语言互译
- 保持原文风格与格式
Use cases of AiryLark MCP 专业翻译服务器
- 技术文档、API规范的专业翻译
- 学术论文的术语准确翻译与文体保持
- 法律文件的法律术语精确翻译
- 医疗资料的医学术语翻译与本地化
- 金融报告的复杂财务概念翻译
FAQ from AiryLark MCP 专业翻译服务器
这个服务器与普通翻译API有什么区别?
它采用三阶段专业翻译流程(分析、分段、审校),自动识别领域术语,并提供质量评估,适用于对精度要求高的专业文档。
运行需要哪些依赖?
需要Node.js v18+和npm,以及第三方翻译API的密钥(TRANSLATION_API_KEY)、模型和基础URL。
数据在哪里处理?
数据通过配置的翻译API发送,服务器本身不存储数据。所有配置在.env文件或环境变量中。
支持哪些传输和认证方式?
使用HTTP SSE传输(端口3031),认证通过配置的TRANSLATION_API_KEY等环境变量实现。
翻译工具有什么参数?
translate_text工具接受text(源文本)、target_language(目标语言代码)、可选source_language和high_quality(默认为true)。
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments