[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdfmathtranslate": {
"command": "uvx",
"args": [
"pdfmathtranslate"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pdfmathtranslate uvx pdfmathtranslate
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pdfmathtranslate": {
"command": "uvx",
"args": [
"pdfmathtranslate"
]
}
}
}
📋 Copy
Or install with pip: pip install pdfmathtranslate