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.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.
Agent Surfaces
Machine-Readable Metadata
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. |