Loading MCP server directory, please wait...
Read, search, edit and branch Translatize translation labels and fill missing translations.
npx @getmcp/cli add com.translatize/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TRANSLATIZE_API_TOKENTranslatize integration API token (an "mcni_..." string), bound to one project and branch. Create it under Project Settings -> Integrations at https://app.translatize.com.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.translatize/mcp": {
"command": "npx",
"args": [
"-y",
"@translatize/mcp"
],
"env": {
"TRANSLATIZE_API_TOKEN": "",
"TRANSLATIZE_API_URL": "https://api.translatize.com/v1",
"TRANSLATIZE_APP_URL": "https://app.translatize.com"
}
}
}
}