Lokalise MCP Server
for AI Agents
Connect your AI agent to StackOne's Lokalise MCP server and give it 101 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
101 Agent Actions
Create, read, update, and delete across Lokalise — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Lokalise MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Lokalise tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lokalise call.
Tools Discovery →What is the Lokalise MCP Server?
A Lokalise MCP server lets AI agents read and write Lokalise data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lokalise MCP server ships with 101 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Lokalise MCP Tools
Every action from Lokalise's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Comments
- Create Comment
Add a comment to a translation key.
- Get Comment
Retrieve a specific comment.
- Delete Comment
Delete a comment from a translation key.
Contributors
- Create Contributors
Add contributors to a project.
- List Contributors
List all contributors in a project.
- Get Contributor
Retrieve a specific contributor from a project.
- Update Contributor
Update a contributor's role or language permissions.
- Delete Contributor
Remove a contributor from a project.
Custom Translation Status
- Create Custom Translation Status
Create a new custom translation status.
- Get Custom Translation Status
Retrieve a specific custom translation status.
- Update Custom Translation Status
Update a custom translation status.
- Delete Custom Translation Status
Delete a custom translation status.
Files
- Upload File
Upload a translation file to a project.
- List Files
List all files in a project.
- Download Files
Download all translation files from a project.
- Delete File
Delete a file from a project.
Glossary Terms
- Create Glossary Terms
Add glossary terms to a project.
- List Glossary Terms
List all glossary terms in a project.
- Get Glossary Term
Retrieve a specific glossary term.
- Update Glossary Terms
Update existing glossary terms.
- Delete Glossary Terms
Delete glossary terms from a project.
Keys
- Create Keys
Create one or more translation keys in a project.
- List Keys
List all translation keys in a project.
- Get Key
Retrieve a specific translation key by ID.
- Update Key
Update a translation key's properties.
- Delete Key
Delete a specific translation key.
Languages
- Create Languages
Add one or more languages to a project.
- Get Language
Retrieve a specific language from a project.
- Update Language
Update a language's settings in a project.
- Delete Language
Remove a language from a project.
Orders
- Create Order
Place a new professional translation order.
- List Orders
List all translation orders for a team.
- Get Order
Retrieve a specific translation order.
Payment Cards
- Create Payment Card
Add a new payment card.
- List Payment Cards
List all payment cards on file.
- Get Payment Card
Retrieve a specific payment card.
- Delete Payment Card
Remove a payment card from the account.
Projects
- Create Project
Create a new Lokalise project.
- List Projects
List all projects accessible to the authenticated user.
- Get Project
Retrieve details of a specific project.
- Update Project
Update an existing project's settings.
- Delete Project
Delete a project and all its data.
Screenshots
- Create Screenshots
Upload screenshots to a project.
- List Screenshots
List all screenshots in a project.
- Get Screenshot
Retrieve a specific screenshot.
- Update Screenshot
Update a screenshot's metadata or associated keys.
- Delete Screenshot
Delete a screenshot from a project.
Segments
- List Segments
List all segments for a key-language pair.
- Get Segment
Retrieve a specific segment.
- Update Segment
Update a specific translation segment.
Snapshots
- Create Snapshot
Create a snapshot (backup) of a project.
- List Snapshots
List all snapshots of a project.
- Delete Snapshot
Delete a project snapshot.
Tasks
- Create Task
Create a new translation task in a project.
- List Tasks
List all translation tasks in a project.
- Get Task
Retrieve a specific translation task.
- Update Task
Update a translation task's properties.
- Delete Task
Delete a translation task.
Teams
- List Teams
List all teams the authenticated user belongs to.
- Get Team
Retrieve details of a specific team.
Team Users
- List Team Users
List all users in a team.
- Get Team User
Retrieve a specific team user.
- Update Team User
Update a team user's role.
- Delete Team User
Remove a user from a team.
Groups
- Create Group
Create a new permission group in a team.
- List Groups
List all permission groups in a team.
- Get Group
Retrieve a specific permission group.
- Update Group
Update a permission group's name, rights, or language access.
- Delete Group
Delete a permission group from a team.
Translations
- List Translations
List all translations in a project.
- Get Translation
Retrieve a specific translation by ID.
- Update Translation
Update the value or status of a translation.
Translation Providers
- List Translation Providers
List all available translation providers for a team.
- Get Translation Provider
Retrieve details of a specific translation provider.
Webhooks
- Create Webhook
Create a new webhook for a project.
- List Webhooks
List all webhooks in a project.
- Get Webhook
Retrieve a specific webhook.
- Update Webhook
Update an existing webhook's configuration.
- Delete Webhook
Delete a webhook from a project.
Other (22)
- Create JWT Token
Create a service JWT token for OTA SDK authentication.
- Add Projects To Group
Add projects to a permission group.
- Add Members To Group
Add team users to a permission group.
- List Project Comments
List all comments across a project.
- List Key Comments
List all comments for a specific key.
- Get Current Contributor
Retrieve the contributor profile of the authenticated user.
- List Custom Translation Statuses
List all custom translation statuses in a project.
- Get Available Status Colors
Retrieve the list of available colors for custom translation statuses.
- Download Files (Async)
Asynchronously download translation files from a project.
- List System Languages
List all supported languages in the Lokalise system.
- List Project Languages
List all languages enabled in a project.
- List Permission Templates
List all permission templates available for a team.
- List Queued Processes
List all queued processes in a project.
- Get Queued Process
Retrieve the status of a specific queued process.
- Get User
Retrieve basic profile data for a user.
- Delete Multiple Keys
Delete multiple translation keys by IDs.
- Remove Projects From Group
Remove projects from a permission group.
- Remove Members From Group
Remove team users from a permission group.
- Multi-update Keys
Update multiple translation keys at once.
- Empty Project
Remove all keys and translations from a project.
- Restore Snapshot
Restore a project from a snapshot.
- Regenerate Webhook Secret
Regenerate the secret for a webhook.
Set Up Your Lokalise MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Lokalise in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Check More Documents & Knowledge MCP Servers
134+ actions
96+ actions
95+ actions
92+ actions
80+ actions
80+ actions
67+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Lokalise MCP Server FAQ
Does StackOne have a Lokalise MCP server?
Lokalise MCP server vs direct API integration — what's the difference?
How does Lokalise authentication work for AI agents?
origin_owner_id.Are Lokalise MCP tools vulnerable to prompt injection?
What is the context bloat of a Lokalise agent and how do I avoid it?
Can I limit which actions my Lokalise agent can access?
Can I create custom agent actions for my Lokalise MCP server?
When should I NOT use a Lokalise MCP server?
What AI frameworks and AI clients does the StackOne Lokalise MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.