productivity
Lokalise MCP, CLI, and Lua Integration for AI Agents
Lokalise integration docs for AI agents: MCP gateway setup, Lokalise CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API token auth
Lokalise 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
lokalise- route_slug
lokalise- package
lokalise- 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. Lokalise CLIHeadless setup and direct function calls. Lokalise 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.
Lokalise MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Lokalise.
Claude Code Lokalise MCP setup for Claude Code. Cursor Lokalise MCP setup for Cursor. Codex Lokalise MCP setup for Codex. OpenAI Agents Lokalise MCP setup for OpenAI Agents SDK. Claude Agent SDK Lokalise MCP setup for Claude Agent SDK. Vercel AI SDK Lokalise MCP setup for Vercel AI SDK. LangChain Lokalise MCP setup for LangChain. LangGraph Lokalise MCP setup for LangGraph. CrewAI Lokalise MCP setup for CrewAI. MCP clients Lokalise MCP setup for Generic MCP Clients.
Lokalise CLI Matrix
Use these pages for direct Lokalise CLI workflows in scripts, CI, cron, and agent wrappers.
CI Lokalise CLI for CI. Cron Jobs Lokalise CLI for cron jobs. Shell Scripts Lokalise CLI for shell scripts. Headless Automation Lokalise CLI for headless automation. Coding Agents Lokalise CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
lokalise.lokalise_list_projects | Read read | 2 | List Lokalise projects. Returns project IDs, names, languages, and other metadata. Supports pagination. |
lokalise.lokalise_get_project | Read read | 1 | Get details of a specific Lokalise project. Returns project name, description, languages, statistics, and settings. |
lokalise.lokalise_list_keys | Read read | 3 | List translation keys in a Lokalise project. Returns key IDs, names, platforms, and other metadata. Supports pagination. |
lokalise.lokalise_get_key | Read read | 2 | Get details of a specific translation key in a Lokalise project. Returns key name, platforms, translations, and other metadata. |
lokalise.lokalise_create_key | Write write | 6 | Create a new translation key in a Lokalise project. The key name and optional translations for each language can be provided. |
lokalise.lokalise_list_translations | Read read | 3 | List translations in a Lokalise project. Returns translation values, language codes, and key references. Supports pagination. |
lokalise.lokalise_get_current_user | Read read | 0 | Get the currently authenticated Lokalise user. Returns user email, name, and account details. |