xliff-mcp-server

langlink-localization/xliff-mcp-server
★ 2 stars Python File System Updated today
MCP server for processing XLIFF translation files
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xliff-mcp-server": {
      "command": "uvx",
      "args": [
        "xliff-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xliff-mcp-server