productivity
Crowdin MCP, CLI, and Lua Integration for AI Agents
Crowdin integration docs for AI agents: MCP gateway setup, Crowdin CLI commands, Lua API reference, credentials, and function schemas.Crowdin 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 |
|---|---|---|---|
crowdin.crowdin_list_projects | Read read | 3 | List Crowdin projects. Returns project IDs, names, target languages, and other metadata. Supports pagination and filtering by group. |
crowdin.crowdin_get_project | Read read | 1 | Get details of a specific Crowdin project by ID. Returns project name, description, source/target languages, and other settings. |
crowdin.crowdin_list_strings | Read read | 5 | List source strings in a Crowdin project. Returns string IDs, text, context, and file associations. Supports filtering by file or branch. |
crowdin.crowdin_get_string | Read read | 2 | Get details of a specific source string in a Crowdin project. Returns string text, context, file path, and other metadata. |
crowdin.crowdin_list_translations | Read read | 5 | List translations in a Crowdin project. Returns translated text, language info, and approval status. Supports filtering by string or language. |
crowdin.crowdin_list_languages | Read read | 2 | List languages supported by Crowdin. Returns language IDs, locale codes (e.g., "en", "de", "fr"), names, and text direction. |
crowdin.crowdin_get_current_user | Read read | 0 | Get the currently authenticated Crowdin user profile. Returns username, email, display name, and avatar URL. |