← multilocale.com

INDIVIDUAL MCP TOOL

add_phrase

Create a new key in a project’s default locale and generate translations for every other configured locale.

multilocale.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.multilocale.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_phrase and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

multilocale.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.multilocale-mcp]
url = "https://mcp.multilocale.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "multilocale-mcp": {
      "type": "http",
      "url": "https://mcp.multilocale.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: multilocale-mcp
Remote MCP URL: https://mcp.multilocale.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "multilocale-mcp": {
      "url": "https://mcp.multilocale.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "multilocale-mcp": {
      "type": "http",
      "url": "https://mcp.multilocale.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "multilocale-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.multilocale.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_projects — List all MultiLocale projects the authenticated user has access to.
  • get_project — Fetch a single MultiLocale project by id or name.
  • add_project — Create a MultiLocale project with a default locale and optional additional locales.
  • update_project — Update a MultiLocale project’s default locale, complete locale list, or translation context.
  • list_phrases — List translation phrases for a MultiLocale project.
  • get_phrase — Fetch translations for one exact phrase key in a MultiLocale project.
  • search_phrases — Search translation phrases for a MultiLocale project by matching a query string against phrase keys and values.
  • find_duplicate_phrase_values — Find keys in a bounded scan of one MultiLocale project whose default-locale translations have the same value.