Multilocale MCP server
Manage translation projects, phrases and locales with secure organization-scoped tools and views.
Little public usage data yet
Reviews
Write oneNobody has reviewed Multilocale yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Multilocale tools (17, 5 write)
write = sends, deletes, buys or postsadd_localeFreeAdd a new locale to a project and generate translations for every key currently missing in that locale. Uses the default-locale value as the source for each translation.
add_phrasewrite actionFreeCreate a new key in a project’s default locale and generate translations for every other configured locale. Omit value to use the key as its source value. Refuses to overwrite an existing key.
add_projectwrite actionFreeCreate a MultiLocale project with a default locale and optional additional locales. Refuses to create a duplicate project name in the authenticated organization.
delete_phrasewrite actionFreePermanently delete every locale translation for one key in a project. If a phrase is shared with other projects, this deletes the shared row for those projects too, rather than only detaching the project.
export_locale_dictionaryFreeExport one locale of a MultiLocale project as bounded, sorted key/value entries. Results are API-paginated with a maximum of 50 entries per call and each value is capped at 500 characters.
find_duplicate_phrase_valuesFreeFind keys in a bounded scan of one MultiLocale project whose default-locale translations have the same value. The result explicitly reports when the scan or output preview is truncated.
find_missing_translationsFreeReport missing keys in a bounded scan of one locale or up to 10 configured locales, compared with the project default locale. The result explicitly reports partial locale or phrase scans and never creates translations.
get_phraseFreeFetch translations for one exact phrase key in a MultiLocale project. Returns a bounded Markdown and structured preview across locales, or a single locale when language is provided.
get_projectFreeFetch a single MultiLocale project by id or name. Returns bounded Markdown and structured project metadata, including name, configured locales, and timestamps.
list_phrasesFreeList translation phrases for a MultiLocale project. Optionally filter by language or key. Returns a bounded Markdown and structured preview of id, key, language, and value.
list_projectsFreeList all MultiLocale projects the authenticated user has access to. Returns a bounded Markdown and structured preview of project ids, names, locales, and timestamps.
list_team_membersFreeList a bounded roster for the authenticated MultiLocale organization. Returns only each member's display name and role. Email addresses, member IDs, role IDs, phone, country, and signup device details are excluded.
search_phrasesFreeSearch translation phrases for a MultiLocale project by matching a query string against phrase keys and values. Returns a bounded Markdown and structured preview of matching ids, keys, languages, and values.
share_phraseFreeAttach every locale translation for one key in a source project to one or more target projects. The underlying phrase rows become shared, so future edits affect every attached project.
show_project_overviewFreeRender a bounded overview for a known MultiLocale project. Use this after listing projects or when the user provides a project id or name. It shows safe project metadata and up to 24 configured locales without downloading the project phrase dictionary.
update_phrasewrite actionFreeUpdate the translation value for a specific phrase key and language in a MultiLocale project. Phrases may be shared across projects — updating affects all projects that share the key. Clears machine-translation flags since the value is now human-edited.
update_projectwrite actionFreeUpdate a MultiLocale project’s default locale, complete locale list, or translation context. Project names are intentionally not changed because phrases reference the project name.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1285ms20/20
- Tool poisoning17 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 5 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http multilocale https://mcp.multilocale.com/mcp
Multilocale: common questions
- Is Multilocale MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Multilocale safety report
- How do I install Multilocale?
- It runs remotely at mcp.multilocale.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Multilocale need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Multilocale maintained?
- The latest release is v0.1.1.
- Is Multilocale up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.