Skip to main content
Translation ServicesTypeScript

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.

translation-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mmntm/weblate-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Translation Services
Language
TypeScript
Author
mmntm