Back to MCP directory
publicPublicdnsLocal runtime

mcp-translate

使用MCP协议进行文本翻译的工具

article

README

🚀 模型上下文协议文本翻译工具

本工具借助模型上下文协议实现文本翻译,为你提供便捷的翻译服务。你还能在 https://mcp.so/server/mcp-translate 中找到该工具。

🚀 快速开始

你可以直接使用模型上下文协议进行文本翻译。同时,也能通过访问链接 https://mcp.so/server/mcp-translate 来使用相关服务。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client