Описание
MCP Server for SimpleLocalize
README
SimpleLocalize is the developer-first translation management system.
This is a Model Context Protocol (MCP) server that provides tools for interacting with the SimpleLocalize API.
How to setup
Configure your mcp.json file and add 'simplelocalize':
{
"mcpServers": {
"simplelocalize": {
"command": "npx",
"args": [
"-y",
"@simplelocalize/simplelocalize-mcp",
"--api-key=PROJECT_API_KEY"
]
}
}
}
Features (Tools)
Translation keys
- Get translation keys
- Create translation key
- Update translation key
- Delete translation key
- Upload translation key screenshot (base64 or file)
Translations
- Get translations
- Update translation (single and bulk)
Auto-translation
- Auto-translate text
- Create auto-translation jobs
- Get auto-translation jobs
Tags, languages & customers
- Get/create/update/delete tags
- Get/create/update/delete languages
- Get/create/update/delete customers
Hosting & publishing
- Get/create hosting environments
- Get hosting environment details
- Publish translations to hosting
Import, export & activity
- Import translations from a local file
- Export translations to downloadable file(s)
- Get supported file formats
- Get project activity
Glossary
- Get glossary entries
- Create glossary entry
- Delete glossary entry
Project
- Get project details
Feel free to add more tools by making a pull request or creating a feature request.
Installation
To use the MCP server, you'll need an API key. You can create and manage API keys in SimpleLocalize > Settings > Credentials -> Project API Key:
To run the server in a client like Claude Desktop, Cursor or Windsurf, add the following to your MCP config:
{
"servers": {
"simplelocalize": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
}
}
}
Replace SIMPLELOCALIZE_API_KEY with your API key
For detailed setup guides, see:
Development
Install dependencies:
pnpm installBuild the server:
pnpm buildUpdate client to use the local build:
{ "servers": { "simplelocalize": { "command": "node", "args": ["path/to/simplelocalize-mcp-server/build/index.js"], "env": { "SIMPLELOCALIZE_API_KEY": "your_api_key" } } } }
Debugging
To debug the MCP server, you can use the MCP Inspector tool:
Run the server with the inspector:
pnpm inspectorOpen the provided URL in your browser to view and debug the MCP requests and responses.
Include the
--api-keyargument.
Learn more
Установить Simplelocalize Mcp в Claude Desktop, Claude Code, Cursor
unyly install simplelocalize-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add simplelocalize-mcp --env SIMPLELOCALIZE_API_KEY="" -- npx -y @simplelocalize/simplelocalize-mcpПошаговые гайды: как установить Simplelocalize Mcp
FAQ
Simplelocalize Mcp MCP бесплатный?
Да, Simplelocalize Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Simplelocalize Mcp?
Да, требуются переменные окружения: SIMPLELOCALIZE_API_KEY. Unyly подставит их в конфиг при установке.
Simplelocalize Mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Simplelocalize Mcp в Claude Desktop, Claude Code или Cursor?
Открой Simplelocalize Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Simplelocalize Mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
