About
MCP server for Loco (https://localise.biz)
README
An MCP server that lets AI assistants manage translations through the Loco API.
What it does
This MCP provides tools to:
- List, create, update, and delete translatable assets
- Get and update translations across locales
- Manage tags on your assets
Use it with your favorite tool
OpenCode
{
"mcp": {
"loco": {
"type": "local",
"command": "npx",
"args": ["-y", "loco-mcp", "--api-key", "<your-api-key>"]
}
}
}
API Key Configuration
The API key can be provided in several ways. When multiple sources are available, the resolution order is:
- Tool parameter — pass it as the
apiKeyparameter in a tool call (highest priority, overrides all others) - CLI argument
--api-key <key>— pass the key directly as a command-line argument - Environment variable
LOCO_MCP_API_KEY— set the key in your environment - File path
--api-key-relative-path <path>— read the key from a file (path relative to the working directory)
Examples
# 1. Direct CLI argument
npx -y loco-mcp --api-key loco_abc123
# 2. Environment variable
LOCO_MCP_API_KEY=loco_abc123 npx -y loco-mcp
# 3. Read from a file
npx -y loco-mcp --api-key-relative-path .loco-api-key
You can find your API key in your Loco project under Developer Tools → API Keys (Full Access Key).
Installing Loco
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/valentinperignon/loco-mcpFAQ
Is Loco MCP free?
Yes, Loco MCP is free — one-click install via Unyly at no cost.
Does Loco need an API key?
No, Loco runs without API keys or environment variables.
Is Loco hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Loco in Claude Desktop, Claude Code or Cursor?
Open Loco on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Loco with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
