ppt-translator
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 Kiro and Amazon Q Developer. It translates PowerPoint presentations while preserving formatting and structure.
GitHub Stars
37
User Rating
Not Rated
Favorites
0
Views
177
Forks
11
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Before using this service, ensure your AWS credentials are properly configured. You have several options:
This will prompt you for:
- AWS Access Key ID
- AWS Secret Access Key
- Default region name
- Default output format
1AWS CLI Configuration (Recommended):
bash
aws configure
2AWS Profile Configuration:
bash
aws configure --profile your-profile-name
3Environment Variables (if needed):
bash
export AWS_ACCESS_KEY_ID=your_access_key
export AWS_SECRET_ACCESS_KEY=your_secret_key
export AWS_DEFAULT_REGION=us-east-1
Additional Resources
Author Information
142
Followers
81
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-server-gemini-image-generator
21
MCP server for AI image generation and editing using Google's Gemini Flash models. Create images from text prompts with intelligent filename generation and strict text exclusion. Supports text-to-image generation with future expansion to image editing capabilities.