KosmoKrator

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.

7 functions 7 read 0 write API token auth

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.

Machine-Readable Metadata
integration_slug
crowdin
route_slug
crowdin
package
crowdin
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Crowdin MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Crowdin.

Crowdin CLI Matrix

Use these pages for direct Crowdin CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.