MCP.so
登录

Translationx Mcp Server

@Deep-Intelligent-Pharma

关于 Translationx Mcp Server

MCP Server for Translationx

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Deep-Intelligent-Pharma

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Translationx-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Translationx Mcp Server?

Translationx Mcp Server is a Model Context Protocol (MCP) server that enables AI‑assisted translation of files and documents. It uses a token‑based authentication from X‑DOC and is designed to integrate directly with IDEs such as Cursor. It is built with Python and the mcp SDK, and requires Python 3.13.

How to use Translationx Mcp Server?

Download the server from its official GitHub repository, then set up a Python virtual environment using uv and add the mcp dependency. Configure the server in your IDE (e.g., Cursor) by adding a JSON block that points to the main.py script and provides your TRANSLATIONX_TOKEN. Start the server and use it to translate files placed in a project folder.

Key features of Translationx Mcp Server

  • Runs on Python 3.13 with the uv package manager.
  • Token‑based authentication via X‑DOC (TRANSLATIONX_TOKEN).
  • Integrates with Cursor and other MCP‑compatible IDEs.
  • Translates documents by uploading files to a designated folder.
  • Open‑source repository available on GitHub.

Use cases of Translationx Mcp Server

  • Translating source‑code comments or documentation within a Cursor project.
  • Automating file‑by‑file translation as part of a development workflow.
  • Providing on‑demand translation of text or documents through an AI agent.

FAQ from Translationx Mcp Server

What is the required runtime environment?

You need Python 3.13, the uv package manager, and the mcp[cli] dependency.

How do I obtain the authentication token?

The token is called TRANSLATIONX_TOKEN and can be obtained from the X‑DOC website at https://x-doc.ai/.

Which transport or protocol does this server use?

The MCP server communicates over standard input/output (stdio) when launched as a command. It does not mention HTTP, SSE, or other transports.

Where does the server run?

The server runs locally on your machine as a Python process. Data is translated on your own system; the token is used to authenticate with X‑DOC.

Are there any known limitations?

The README does not mention specific limits. The server currently supports only the Cursor IDE setup; compatibility with other MCP clients is not documented.

评论

其他 分类下的更多 MCP 服务器