
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
ai-translator-mcp
Advanced tools
这是一个专门用于AI领域专业术语翻译的MCP (Model Context Protocol) 服务器。该服务结合了专业术语库和DeepSeek人工智能,可以为AI领域论文和文档提供精准的翻译服务。
npm install -g ai-translator-mcp
或者使用npx直接运行:
npx ai-translator-mcp
可以通过环境变量或.env文件配置服务器:
# 服务器配置
PORT=3000
# 术语表文件路径(可选,默认使用项目根目录下的terminology文件夹)
ENG_TERMS_PATH=路径/到/英文术语.csv
CHN_TERMS_PATH=路径/到/中文术语.csv
在你的MCP配置中添加以下内容:
{
"mcpServers": {
"ai-translator": {
"isActive": true,
"name": "AI专业术语翻译服务",
"command": "npx",
"args": [
"-y",
"ai-translator-mcp"
]
}
}
}
通过MCP调用翻译功能时,需要提供以下参数:
text: 需要翻译的文本sourceLang: 源语言 ('en'或'zh')targetLang: 目标语言 ('en'或'zh')apiKey: 您的DeepSeek API密钥通过MCP调用术语查询功能时,需要提供以下参数:
term: 需要查询的术语sourceLang: 源语言 (可选,默认'en')targetLang: 目标语言 (可选,默认'zh')npm install
npm run dev
npm run build
MIT
FAQs
AI Terminology Translation MCP Server - 专业AI术语翻译服务
The npm package ai-translator-mcp receives a total of 0 weekly downloads. As such, ai-translator-mcp popularity was classified as not popular.
We found that ai-translator-mcp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.