Supports exporting translations in Android XML format for mobile app localization
Supports exporting translations in JSON and other formats compatible with Angular applications
Uses .env files for configuration management of API tokens and settings
Provides CI/CD integration examples for automated translation exports and workflows
Sends email notifications through Gmail SMTP for translation updates and alerts
Supports exporting translations in iOS Strings format for mobile app localization
Implemented as a Python-based MCP server for POEditor translation management
Supports exporting translations in JSON format compatible with React applications
Sends team notifications and updates through Slack webhooks for translation workflow events
Supports XML format exports including Android XML and XLIFF for translation workflows
Supports YAML format exports for backend applications and configuration-based translation systems
🌐 POEditor MCP Server
A comprehensive Model Context Protocol (MCP) server for POEditor translation management, featuring advanced automation scripts and workflow optimization tools.
🚀 Features
- 🔌 Complete MCP Server: Full integration with POEditor API
- 🎛️ Control Center: Master script to manage all automation tools
- 📊 Smart Reporting: Interactive HTML reports with progress tracking
- 🚨 Monitoring System: Automated alerts for translation issues
- 🤖 AI Automation: Intelligent translation suggestions and consistency checking
- 📧 Notifications: Email and Slack integration for team updates
- 📦 Mass Export: Multi-format export system for all platforms
- 🕒 Scheduler: Automated task execution with cron-like functionality
🎯 Why This MCP?
Unlike other MCP servers that require complex Docker setups, POEditor MCP is designed for simplicity:
- ❌ No Docker required - Pure Python implementation
- 🎯 Translation-focused - Built specifically for localization workflows
- 🔧 Minimal setup - Just add your API token and run
- 🚀 Instant execution -
python setup.py && python control_center.py
- 📊 Visual reports - Beautiful HTML dashboards
- 🤖 Built-in AI - Smart translation suggestions
📊 Project Status
Feature | Status | Description |
---|---|---|
🔌 MCP Server | ✅ Complete | Full MCP protocol implementation |
🎯 POEditor API | ✅ Complete | All API endpoints covered |
🤖 Claude Desktop | ✅ Supported | Ready-to-use configuration |
🔧 VS Code | ✅ Supported | MCP extension compatible |
📊 Automation | ✅ Complete | 10+ automation scripts |
📖 Documentation | ✅ Complete | Comprehensive guides |
🧪 Testing | ✅ Complete | Thorough test coverage |
🌐 Internationalization | 🚧 Planned | Multi-language support |
📋 Quick Start
1. Automatic Setup (Recommended)
2. Manual Setup
3. Start Using
� MCP Client Configuration
Once installed, configure your MCP client to use the POEditor server:
🎯 Claude Desktop
Add this configuration to your Claude Desktop config file:
macOS/Linux: ~/.claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
🔧 Visual Studio Code
Add this configuration to your VS Code settings:
File: .vscode/settings.json
(workspace) or user settings
📝 Configuration Notes
- Replace
/path/to/your/poeditor-mcp
with the actual path to your installation - Replace
your_poeditor_token_here
with your actual POEditor API token - Restart your MCP client after configuration
- Use the provided example files:
claude_desktop_config_example.json
andvscode_settings_example.json
�🛠️ Available Tools
The MCP server provides comprehensive POEditor management through these tool categories:
📋 Project Management
list_projects
- List all projectsget_project
- Get project detailscreate_project
- Create new project
🌍 Language Management
list_languages
- List project languagesadd_language
- Add language to projectremove_language
- Remove language from project
🔍 Term Management
list_terms
- List project termssearch_terms
- Search terms by key/valueadd_terms
- Add new termsdelete_terms
- Remove terms
✏️ Translation Management
list_translations
- Get language translationsadd_translation
- Add new translationupdate_translation
- Update existing translationexport_translations
- Export in multiple formats
📊 Statistics & Analytics
get_project_stats
- Project statisticsget_translation_progress
- Progress by languagecompare_languages
- Language comparison analysis
🎛️ Automation Scripts
The project includes a powerful suite of automation scripts accessible through the control center:
📊 Reporting & Analytics
daily_report
- Generate comprehensive HTML progress reportsstatus
- Check system health and configuration
🚨 Monitoring & Alerts
monitor
- Scan for translation issues and quality problemstest
- Run system diagnostics
🤖 Automation
automate
- AI-powered translation suggestions and consistency checksschedule
- Automated task scheduling and execution
📈 Optimization
optimize
- Workflow analysis with actionable recommendationssync
- Synchronize translations between similar projects
📦 Export & Integration
export
- Mass export in multiple formats (JSON, Android XML, iOS Strings, etc.)notify
- Send team notifications via email/Slack
🔧 Management
setup
- Interactive environment configurationdemo
- Complete system demonstration
📁 Project Structure
🔧 Configuration
Environment Variables
Create a .env
file in the root directory:
Scheduler Configuration
Customize automation schedules in scripts/scheduler_config.json
:
🚀 Usage Examples
Basic Translation Management
Automation Workflow
Integration with CI/CD
🔄 Automated Workflows
Daily Automation
- 🌅 Morning: Quality monitoring and progress reports
- 🕙 Midday: AI-powered translation suggestions
- 🌆 Evening: Export updates for development teams
Weekly Optimization
- 📊 Monday: Workflow analysis and optimization recommendations
- 🔄 Wednesday: Project synchronization and consistency checks
- 📦 Friday: Complete backup and multi-format export
Real-time Monitoring
- 🚨 Quality alerts: Fuzzy translations, consistency issues
- 📈 Progress tracking: Language completion milestones
- 👥 Team notifications: Slack/email updates for important events
🎯 Supported Export Formats
Perfect for any development workflow:
- 📱 Mobile: Android XML, iOS Strings, React Native JSON
- 🌐 Web: JSON, CSV for React/Vue/Angular applications
- 🖥️ Backend: Gettext PO, Java Properties, YAML
- 📊 Analysis: Excel XLSX, CSV for progress tracking
- 🔄 Integration: XLIFF, TMX for CAT tools
📚 Documentation
- 📖 Installation Guide - Detailed setup instructions
- ⚙️ Configuration Guide - Advanced configuration options
- 🔧 API Reference - Complete API documentation
- 🚀 Integration Guide - Platform integration examples
- 🤝 Contributing - How to contribute to the project
🆘 Troubleshooting
Common Issues
Connection Failed
Missing Dependencies
Permission Errors
Getting Help
- 🔍 Check logs:
./logs/
directory contains detailed execution logs - 🧪 Run diagnostics:
python control_center.py test
- 📊 System status:
python control_center.py status
- 🐛 Report issues: Create a GitHub issue with log details
🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details on:
- 🐛 Reporting bugs
- 💡 Suggesting features
- 🔧 Submitting pull requests
- 📖 Improving documentation
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🌟 Acknowledgments
- Model Context Protocol for the excellent MCP framework
- POEditor for their comprehensive translation management API
- The open-source community for inspiration and best practices
⭐ If this project helps you, please consider giving it a star!
🚀 Start automating your translation workflow today!
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables comprehensive translation management through POEditor's API with project, language, term, and translation operations. Includes automation scripts for reporting, monitoring, AI-powered suggestions, and multi-format exports.
Related MCP Servers
- -securityAlicense-qualityTranslates Japanese text into English using the Textra API service, enabling LLMs with limited Japanese understanding to process Japanese instructions.Last updated -PythonMIT License
- -securityFlicense-qualityEnables translation of JSON i18n files to multiple languages using various AI providers (Google Gemini, OpenAI, Ollama/DeepSeek) with intelligent caching and deduplication.Last updated -123TypeScript
MotaWord MCP Serverofficial
-securityFlicense-qualityThis MCP gives you full control over your translation projects from start to finish. You can log in anytime to see what stage your project is in — whether it’s being translated, reviewed, or completed.Last updated -4MotaWord MCP Serverofficial
-securityFlicense-qualityThis MCP gives you full control over your translation projects from start to finish. You can log in anytime to see what stage your project is in — whether it’s being translated, reviewed, or completed. You don’t have to guess or follow up via email.Last updated -