productivity
Phrase MCP, CLI, and Lua Integration for AI Agents
Phrase integration docs for AI agents: MCP gateway setup, Phrase CLI commands, Lua API reference, credentials, and function schemas.Phrase 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 |
|---|---|---|---|
phrase.phrase_list_projects | Read read | 2 | List all Phrase projects the authenticated user has access to. Returns project IDs, names, main formats, and locale counts. |
phrase.phrase_get_project | Read read | 1 | Get details of a single Phrase project including name, slug, main format, default locale, and shares. |
phrase.phrase_list_keys | Read read | 4 | List translation keys in a Phrase project. Optionally filter by name using the query parameter, and control pagination with page and per_page. Returns key IDs, names, and creation dates. |
phrase.phrase_get_key | Read read | 2 | Get a single translation key by ID, including its name, description, tags, and plural settings. |
phrase.phrase_list_translations | Read read | 6 | List translations in a Phrase project. Optionally filter by key ID or locale ID, and control pagination with page and per_page. Returns translation content, key names, and locale codes. |
phrase.phrase_list_locales | Read read | 3 | List locales in a Phrase project. Returns locale IDs, codes, names, and default status. |
phrase.phrase_get_current_user | Read read | 0 | Get the current authenticated Phrase user's profile, including username, name, email, and account details. |