Translationx-mcp-server
3
TranslationX MCP Server is a Python-based Model Context Protocol Server aimed at simplifying the translation workflow. It utilizes the 'uv' tool for managing Python virtual environments and integrates with other platforms through configuration settings.
TranslationX MCP Server (Python)
- Setup: Recommended to use
uv
for creating a Python virtual environment; can also use other methods like Anaconda. - Dependencies: Install MCP dependencies using
uv add "mcp[cli]"
. - Installation: Follow the official quickstart guide for installation instructions.
- Download Server: Available on the official GitHub repository.
- Local Configuration: Create a project using
uv
, copy source files and test server functionality. - Integration: Use in
Cursor
by adding configuration details, including a token from X-DOC. - Testing: Project creation and translation functionality are part of the test process.