mcp-local-translate
Rank #50,150io.github.damoqiongqiu/mcp-local-translate
Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine.
mcp-local-translate is a Model Context Protocol (MCP) server published by damoqiongqiu. It ranks #50,150 of 115,591 servers tracked on MCP Toplist. mcp-local-translate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 65,441 of 115,591 servers on MCP Toplist.
Use mcp-local-translate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-local-translate -e "HF_ENDPOINT=<your HF_ENDPOINT>" -e "HF_AUTO_MIRROR=<your HF_AUTO_MIRROR>" -e "CACHE_DIR=<your CACHE_DIR>" -e "TRANSLATE_DEVICE=<your TRANSLATE_DEVICE>" -e "HTTPS_PROXY=<your HTTPS_PROXY>" -- npx -y @damoqiongqiu/mcp-local-translateReplace each placeholder with your own value before saving.
[mcp_servers.mcp-local-translate]
command = "npx"
args = ["-y", "@damoqiongqiu/mcp-local-translate"]
[mcp_servers.mcp-local-translate.env]
HF_ENDPOINT = "<your HF_ENDPOINT>"
HF_AUTO_MIRROR = "<your HF_AUTO_MIRROR>"
CACHE_DIR = "<your CACHE_DIR>"
TRANSLATE_DEVICE = "<your TRANSLATE_DEVICE>"
HTTPS_PROXY = "<your HTTPS_PROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "<your HF_ENDPOINT>",
"HF_AUTO_MIRROR": "<your HF_AUTO_MIRROR>",
"CACHE_DIR": "<your CACHE_DIR>",
"TRANSLATE_DEVICE": "<your TRANSLATE_DEVICE>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "<your HF_ENDPOINT>",
"HF_AUTO_MIRROR": "<your HF_AUTO_MIRROR>",
"CACHE_DIR": "<your CACHE_DIR>",
"TRANSLATE_DEVICE": "<your TRANSLATE_DEVICE>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-local-translate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "<your HF_ENDPOINT>",
"HF_AUTO_MIRROR": "<your HF_AUTO_MIRROR>",
"CACHE_DIR": "<your CACHE_DIR>",
"TRANSLATE_DEVICE": "<your TRANSLATE_DEVICE>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "<your HF_ENDPOINT>",
"HF_AUTO_MIRROR": "<your HF_AUTO_MIRROR>",
"CACHE_DIR": "<your CACHE_DIR>",
"TRANSLATE_DEVICE": "<your TRANSLATE_DEVICE>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "<your HF_ENDPOINT>",
"HF_AUTO_MIRROR": "<your HF_AUTO_MIRROR>",
"CACHE_DIR": "<your CACHE_DIR>",
"TRANSLATE_DEVICE": "<your TRANSLATE_DEVICE>",
"HTTPS_PROXY": "<your HTTPS_PROXY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.damoqiongqiu%2Fmcp-local-translate)<a href="https://mcptoplist.com/server/io.github.damoqiongqiu%2Fmcp-local-translate"><img src="https://mcptoplist.com/badge/io.github.damoqiongqiu%2Fmcp-local-translate.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
damoqiongqiu
Other servers by damoqiongqiu
View all damoqiongqiu servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.11 | Jul 12, 2026 |
| 0.1.9 | Jul 12, 2026 |
Frequently asked questions
- Who maintains mcp-local-translate?
- mcp-local-translate is maintained by damoqiongqiu, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is mcp-local-translate listed on the Official MCP Registry?
- Yes — mcp-local-translate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-local-translate have?
- MCP Toplist tracks 2 versions of mcp-local-translate, most recently published on Jul 12, 2026.
- Where can I find the source code for mcp-local-translate?
- The source code for mcp-local-translate is hosted at github.com/damoqiongqiu/mcp-local-translate.