Productivity|Development|AI / ML|UtilitiesPython
PDFMathTranslate
PDF scientific paper translation with preserved formats.
N/A rating (0 reviews)0 installs32,797 GitHub stars
PDFtranslationAIbilingualformat preservation
This project provides a bilingual translation of PDF documents while maintaining the original formatting. It supports various AI services including Google, DeepL, Ollama, and OpenAI, and offers multiple interfaces such as CLI, GUI, MCP, Docker, and Zotero.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pdfmathtranslate": {
"args": [
"pdf2zh"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.