mmntm/weblate-mcp
Comprehensive Model Context Protocol server for Weblate translation management, enabling AI assistants to perform translation tasks, project management, and content discovery with smart format transformations.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"weblate-mcp": {
"command": "npx",
"args": ["-y", "weblate-mcp"]
}
}
}Related in Translation Services
translated/lara-mcp
MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.
KyaniteLabs/DialectOS
Spanish dialect localization server and CLI. Translates and QA-checks across 25 regional variants with register control, structure preservation, and adversarial quality gates.
shuji-bonji/xcomet-mcp-server
Translation quality evaluation using xCOMET models. Provides quality scoring (0-1), error detection with severity levels (minor/major/critical), and optimized batch processing with 25x speedup.
waxberry-dev/live-translate-mcp
Real-time English ↔ Mandarin Chinese speech translation. Transcribes audio locally with Whisper, translates via Claude API, and synthesises speech locally with Piper TTS. Pass a WAV file path and Claude handles the rest.