Phrase (Software Localization API)

Phrase (Software Localization API) MCP Connector for Claude

D

Manage software localization projects, locales, and translation keys directly through the Phrase API.

20 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Phrase account to any AI agent to streamline your software localization workflows. This MCP server allows you to manage projects, locales, and translation keys using natural language.

What you can do

  • Project Management — List, create, update, and delete localization projects directly from your agent.
  • Locale Control — Manage target languages (locales) for each project, including setting defaults and main languages.
  • Key Management — List and create translation keys to keep your codebase and Phrase in sync without leaving your editor.
  • Detailed Inspection — Fetch specific details for projects and locales to understand your localization status.

How it works

  1. Subscribe to this server
  2. Enter your Phrase Access Token
  3. Start localizing from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — Create translation keys and manage locales directly from the IDE while coding.
  • Localization Managers — Quickly list projects and check locale configurations without the Phrase web UI.
  • Product Teams — Automate the creation of new localization projects for new features.
i18nl10ntranslation-managementsoftware-localizationphrase-api

20 tools expose this connector's capabilities to your AI agent.

create_key

Create a new translation key

create_locale

Create a new locale in a project

create_project

Create a new localization project

create_translation

Create a new translation

delete_key

Delete a key

delete_locale

Delete a locale

delete_project

Delete a project

download_file

Download translations in a specific format

get_key

Get details for a specific key

get_locale

Get details for a specific locale

get_project

Get details for a specific project

list_keys

List translation keys for a project

list_locales

List locales for a project

list_projects

List all localization projects

list_translations

List translations for a project

update_key

Update an existing key

update_locale

Update an existing locale

update_project

Update an existing project

update_translation

Update an existing translation

upload_file

Upload a localization file

See how to talk to your AI agent using Phrase (Software Localization API).

List all my Phrase localization projects.

I've retrieved your projects. You have 'Mobile App' (ID: proj_abc123) and 'Web Dashboard' (ID: proj_xyz789). Which one would you like to manage?

Show me the locales configured for project proj_abc123.

For project proj_abc123, I found 3 locales: English (en-US, default), German (de-DE), and Spanish (es-ES).

Create a new translation key named 'login.button.submit' in project proj_abc123.

Successfully created the translation key 'login.button.submit' in project proj_abc123.

Yes! Use the `list_keys` tool by providing the `project_id`. It will retrieve all translation keys configured for that project.

Related Connectors