Weblate
Freeby MCP Community
A Model Context Protocol (MCP) server for Weblate translation management
v1.3.1Added Apr 12, 2026
weblatemcpmodel-context-protocoltranslationlocalization
Weblate MCP Server
A Model Context Protocol (MCP) server for Weblate translation management
Installation
npx -y @mmntm/weblate-mcp
Reviews
Installation
Quick install
npx -y @mmntm/weblate-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"weblate": {
"command": "npx",
"args": ["-y", "@mmntm/weblate-mcp"]
}
}
}