Back to MCP Servers
Weblate
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.
translation-servicesai
By mmntm
Installation
npx -y weblate-mcpConfiguration
{
"mcpServers": {
"weblate-mcp": {
"command": "npx",
"args": ["-y", "weblate-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes