MCP Directory
Back

ppt-translator

by daekeun-ml · Python · ★ 58

A powerful PowerPoint translation tool that leverages Amazon Bedrock models for high-quality translation. This service can be used both as a standalone command-line tool and as a MCP for integration with AI assistants like Claude Code and Kiro. It translates PowerPoint presentations while preserving formatting and structure.

Install

pip install git+https://github.com/daekeun-ml/ppt-translator.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "ppt-translator": {
      "command": "uvx",
      "args": [
        "git+https://github.com/daekeun-ml/ppt-translator.git"
      ]
    }
  }
}

From the README

A powerful PowerPoint translation tool that leverages Amazon Bedrock models for high-quality translation. This service can be used both as a standalone command-line tool and as a FastMCP (Fast Model Context Protocol) service for integration with AI assistants like Kiro. It translates PowerPoint presentations while preserving formatting and structure. - **Source Language Auto-Detect**: One-shot LLM detection from the document text; prompt, cache key, and cost estimate all use the detected language. Skips the API entirely if source == target. - **Chart Translation**: Translates chart titles…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers