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

Installation

npx -y weblate-mcp

Configuration

{
  "mcpServers": {
    "weblate-mcp": {
      "command": "npx",
      "args": ["-y", "weblate-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub