localingos
AI-powered app translation for developers.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные
Что умеет
- Localingos Sync: Push source strings to Localingos and pull back translations.
- Localingos Get Translations: Get all translations for a project.
- Localingos Get Translatables: Get all source strings for a project.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
AI-powered app translation for developers. Push your source strings, get translations back in 50+ languages automatically.
What it does
Localingos translates your application strings using AI (Amazon Bedrock Claude). Connect your AI assistant to Localingos and manage your entire i18n workflow without leaving your editor.
Tools
- localingos_sync — Push source strings and pull translations in one step
- localingos_push — Push source strings to Localingos
- localingos_get_translations — Retrieve translations for your project
- localingos_get_translatables — List all source strings
- localingos_family_members — List project members
- localingos_add_member / localingos_remove_member — Manage project access
- localingos_billing_status — Check subscription and usage
- localingos_attach_billing / localingos_detach_billing — Manage billing for projects
Getting started
- Sign up at https://localingos.com (free — 5,000 words, no credit card)
- Create a project and an API key
- Add the server config to your AI assistant
- Start translating with natural language commands
Supports 50+ languages, JSON formats, and works with Claude Desktop, Cursor, Kiro, and any MCP-compatible client.
Список инструментов сервера (18)
Технические названия из tools/list. Нужны только разработчикам.
| localingos_sync | Push source strings to Localingos and pull back translations. |
| localingos_get_translations | Get all translations for a project. |
| localingos_get_translatables | Get all source strings for a project. |
| localingos_push | Push source strings without pulling translations. |
| localingos_project_members | List members of a project. |
| localingos_add_member | Add a member to a project (admin only). |
| localingos_remove_member | Remove a member from a project (admin only). |
| localingos_billing_status | Show billing status for a project — plan, usage, owner. |
| localingos_attach_billing | Attach your billing account to a project. |
| localingos_detach_billing | Detach billing from a project. Project becomes read-only. |
| localingos_list_projects | List all projects the authenticated user has access to. |
| localingos_delete_translatables | Delete source strings from a project by their foreign IDs. Used for pruning stale keys. |
| localingos_get_translation | Get all translations for a single source string (by foreign ID / key name). |
| localingos_get_translations_batch | Get translations for multiple source strings at once. |
| localingos_update_translations | Create or update translations manually. Useful for correcting AI translations or adding human translations. |
| localingos_translation_jobs | List translation jobs for a project. Optionally filter by state (QUEUED, IN_PROGRESS, DONE, FAILED, BLOCKED). |
| localingos_retry_job | Retry a single failed translation job. |
| localingos_retry_all_jobs | Retry all failed and blocked translation jobs in a project. |