mcp-lokalise-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-lokalise-servercreate a translation key 'home_title' with English and Spanish translations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Lokalise Server
A Model Context Protocol (MCP) server for managing Lokalise translations.
Features
✅ Create translation keys with multiple language translations
✅ Get specific translation key details by name
✅ Delete translation keys
Related MCP server: texterify-mcp
Installation
npm installUsage
The server can be used with any MCP-compatible client. It provides three main tools:
1. create_lokalise_key
Create a new translation key with translations:
{
"key_name": "my_new_key",
"translations": {
"en": "Hello World",
"de": "Hallo Welt"
}
}2. get_lokalise_key
Get details for a specific translation key by name:
{ "key_name": "my_key" }3. delete_lokalise_key
Delete a translation key by ID:
{ "key_id": "123456789" }Configuration
Create your API token here: https://app.lokalise.com/profile#apitokens
The server uses environment variables for configuration:
Environment Variables
LOKALISE_PROJECT_ID- Your Lokalise project IDLOKALISE_API_TOKEN- Your Lokalise API tokenLOKALISE_PLATFORMS- Comma-separated platforms (default:web)
MCP Client Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"lokalise": {
"command": "node",
"args": ["/path/to/mcp-lokalise-server/index.js"],
"env": {
"LOKALISE_PROJECT_ID": "your-project-id",
"LOKALISE_API_TOKEN": "your-api-token",
"LOKALISE_PLATFORMS": "web"
}
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables users to add translation keys to Lokalise projects using natural language through Cursor or standalone interfaces. It allows for the specification of project names, translation keys, default values, and target platforms.Last updated1254ISC
- AlicenseAqualityDmaintenanceAn MCP server that provides LLM agents with full access to the Texterify translation management API. It enables users to search, create, update, and delete translation keys and their values directly through natural language within their development environment.Last updated401ISC
- AlicenseBqualityDmaintenanceAn MCP server that wraps the Tolgee localization platform API, enabling LLMs to manage translation projects, keys, translations, languages, and related workflows.Last updated27MIT
- Alicense-qualityCmaintenanceMCP server for managing i18n JSON translation files. Provides Claude with structured read/write access to translation files for adding keys, checking coverage, and finding duplicates.Last updated2051MIT
Related MCP Connectors
Translate MCP — wraps LibreTranslate API (https://libretranslate.com/)
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for managing Prisma Postgres.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mert574/mcp-lokalise-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server