Skip to content

Weblate

Free

by MCP Community

A Model Context Protocol (MCP) server for Weblate translation management

v1.3.1Added Apr 12, 2026
weblatemcpmodel-context-protocoltranslationlocalization
Works with:ClaudeGPTGeminiCopilot

Weblate MCP Server

A Model Context Protocol (MCP) server for Weblate translation management

Installation

npx -y @mmntm/weblate-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @mmntm/weblate-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "weblate": {
      "command": "npx",
      "args": ["-y", "@mmntm/weblate-mcp"]
    }
  }
}