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_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. Crowdin CLIHeadless setup and direct function calls. Crowdin 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.
Crowdin MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Crowdin.
Claude Code Crowdin MCP setup for Claude Code. Cursor Crowdin MCP setup for Cursor. Codex Crowdin MCP setup for Codex. OpenAI Agents Crowdin MCP setup for OpenAI Agents SDK. Claude Agent SDK Crowdin MCP setup for Claude Agent SDK. Vercel AI SDK Crowdin MCP setup for Vercel AI SDK. LangChain Crowdin MCP setup for LangChain. LangGraph Crowdin MCP setup for LangGraph. CrewAI Crowdin MCP setup for CrewAI. MCP clients Crowdin MCP setup for Generic MCP Clients.
Crowdin CLI Matrix
Use these pages for direct Crowdin CLI workflows in scripts, CI, cron, and agent wrappers.
CI Crowdin CLI for CI. Cron Jobs Crowdin CLI for cron jobs. Shell Scripts Crowdin CLI for shell scripts. Headless Automation Crowdin CLI for headless automation. Coding Agents Crowdin CLI for coding agents.
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. |