Skip to main content
Translation ServicesTypeScript

shuji-bonji/xcomet-mcp-server

Translation quality evaluation using xCOMET models. Provides quality scoring (0-1), error detection with severity levels (minor/major/critical), and optimized batch processing with 25x speedup.

translation-serviceslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/shuji-bonji/xcomet-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "xcomet-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "shuji-bonji/xcomet-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Translation Services
Language
TypeScript
Author
shuji-bonji