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.
7 functions 7 read 0 write API token auth
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.
Machine-Readable Metadata
- integration_slug
transifex- route_slug
transifex- package
transifex- auth_strategy
api_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Transifex CLIHeadless setup and direct function calls. Transifex MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Transifex MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Transifex.
Claude Code Transifex MCP setup for Claude Code. Cursor Transifex MCP setup for Cursor. Codex Transifex MCP setup for Codex. OpenAI Agents Transifex MCP setup for OpenAI Agents SDK. Claude Agent SDK Transifex MCP setup for Claude Agent SDK. Vercel AI SDK Transifex MCP setup for Vercel AI SDK. LangChain Transifex MCP setup for LangChain. LangGraph Transifex MCP setup for LangGraph. CrewAI Transifex MCP setup for CrewAI. MCP clients Transifex MCP setup for Generic MCP Clients.
Transifex CLI Matrix
Use these pages for direct Transifex CLI workflows in scripts, CI, cron, and agent wrappers.
CI Transifex CLI for CI. Cron Jobs Transifex CLI for cron jobs. Shell Scripts Transifex CLI for shell scripts. Headless Automation Transifex CLI for headless automation. Coding Agents Transifex CLI for coding agents.
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. |