KosmoKrator

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_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Lokalise MCP Client Matrix

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

Lokalise CLI Matrix

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

Function Catalog

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