Skip to main content
Glama

Localizable XStrings MCP Server

translate_tool

Translate strings in iOS/macOS Xcode String Catalog files to specified target languages, returning translated keys for localization management.

Instructions

MCP tool to translate strings to target language and return translated keys. Args: file_path (str): Path to the .xcstrings file target_language (str): Target language code Returns: str: Translation result with translated keys or error message

Input Schema

NameRequiredDescriptionDefault
file_pathYes
target_languageYes

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "target_language": { "title": "Target Language", "type": "string" } }, "required": [ "file_path", "target_language" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamnotagentleman/localizable-xcstrings-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server