pdf-translator-mcp

TechieQuokka/pdf-translator-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that supplies translation guidance for turning English PDFs into Korean while preserving document structure. Returns rules, never the translation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf-translator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "TechieQuokka/pdf-translator-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that supplies translation guidance for turning English PDFs — papers, manuals, guides — into Korean **while preserving document structure**. Registered as a claude.ai custom connector. **This server does not translate. It never receives the PDF.** Reading the document, working out its structure, translating it, and assembling the `.md` artifact

Tools (1)

genre