productivity
Transifex MCP, CLI, and Lua Integration for AI Agents
Transifex integration docs for AI agents: MCP gateway setup, Transifex CLI commands, Lua API reference, credentials, and function schemas.Transifex for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
transifex.transifex_list_projects | Read read | 0 | List all Transifex projects. Returns project slugs, names, descriptions, and language statistics. |
transifex.transifex_get_project | Read read | 1 | Get details of a specific Transifex project including its name, description, source language, and team. |
transifex.transifex_list_resources | Read read | 1 | List all resources (source files) in a Transifex project. Returns resource slugs, names, types, and word/string counts. |
transifex.transifex_get_resource | Read read | 2 | Get details of a specific Transifex resource including its name, type, word count, string count, and translation progress. |
transifex.transifex_list_translations | Read read | 3 | List translations for a specific resource in a Transifex project. Optionally filter by language code. |
transifex.transifex_list_languages | Read read | 1 | List all languages configured for a Transifex project. Returns language codes, names, and translation progress. |
transifex.transifex_get_current_user | Read read | 0 | Get information about the currently authenticated Transifex user, including username, email, and account details. |