Open-source MCP server for Bluente translation APIs
Open-source MCP server for Bluente translation APIs. That is what the bluente translate mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
bluente-translate-mcp-server is the official open-source MCP server for exposing Bluente translation capabilities to AI clients.
Bluente builds AI translation and business communication solutions for professional teams.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The server publishes 5 tools. What each one is for:
bluente_get_supported_languages — bluente_upload_filebluente_get_translation_status — bluente_translate_filebluente_download_file — bluente_translate_document_workflowbluente_translate_file — from and to are required when action="start" and optional when action="cancel"bluente_translate_document_workflow — status_entry is configurable (pdf or word) for status pollingConfiguration is passed through the environment: BLUENTE_API_KEY, BLUENTE_API_BASE_URL, BLUENTE_API_TIMEOUT_MS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
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. Bluente Translate's toolset — bluente_get_supported_languages, bluente_get_translation_status, bluente_download_file and 2 more — is a fair guide to whether it matches your workflow. It is maintained by bluente; 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.
| Tool | What it does |
|---|---|
| bluente_get_supported_languages | bluente_upload_file |
| bluente_get_translation_status | bluente_translate_file |
| bluente_download_file | bluente_translate_document_workflow |
| bluente_translate_file | from and to are required when action="start" and optional when action="cancel". |
| bluente_translate_document_workflow | status_entry is configurable (pdf or word) for status polling. |
{
"mcpServers": {
"bluente-translate": {
"command": "node",
"args": ["/absolute/path/to/bluente-translate-mcp-server/src/index.js"],
"env": {
"BLUENTE_API_KEY": "your_api_key_here",
"BLUENTE_API_BASE_URL": "https://api.bluente.com/api/20250924",
"BLUENTE_API_TIMEOUT_MS": "90000"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BLUENTE_API_KEY | Credential the server authenticates with. | Yes |
| BLUENTE_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| BLUENTE_API_TIMEOUT_MS | Configuration value read at startup. | Optional |
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.