The Model Context Protocol (MCP) is Anthropic's open standard for connecting AI assistants to external tools and data sources. With IntlPull's MCP server, Claude can directly manage your translations, publish releases, and automate i18n workflows—all through natural language.
Complete i18n workflow automation through natural conversation
AI-powered translations with context awareness and batch processing.
translate_stringstranslate_filelist_languages+2 moreGit-like workflow for managing translation versions across feature branches.
get_branch_infoset_branch_strategylist_branch_translations+1 moreInstant over-the-air updates without app store releases.
publish_ota_releaselist_ota_releasesget_ota_manifest+2 moreReuse translations and maintain consistent terminology.
tm_searchtm_addtm_stats+2 moreiOS, Android, and Web-specific translation overrides.
get_platform_infoset_platformset_platform_override+1 moreJSON, YAML, XLIFF, PO, CSV, Android XML, iOS Strings.
import_translationsimport_previewdownload_translations+1 moreLocalized transactional email template management.
email_templates_listemail_templates_pullemail_templates_push+1 moreCI/CD integration for automated translation workflows.
register_webhooklist_webhookstest_webhook+1 moreGet started in under 2 minutes
npm install -g @intlpullhq/mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"intlpull": {
"command": "npx",
"args": ["-y", "@intlpullhq/mcp-server"],
"env": {
"INTLPULL_API_KEY": "your-api-key"
}
}
}
}Add to your project's .mcp.json:
{
"mcpServers": {
"intlpull": {
"command": "npx",
"args": ["-y", "@intlpullhq/mcp-server"],
"env": {
"INTLPULL_API_KEY": "your-api-key"
}
}
}
}Restart Claude and start managing translations through natural conversation!
Natural language commands for your entire i18n workflow
"Translate these strings to Spanish: "Welcome to our app", "Sign in to continue""
"What's the translation progress for the French locale?"
"Publish the latest translations as an OTA release for production"
"Find all translations containing the word "button""
"Import translations from locales/en.json and preview the changes"
"Create translations for the feature/checkout branch and merge when ready"
The power of AI-assisted localization
No need to learn CLI commands or navigate dashboards. Just describe what you need.
Claude understands your project structure and can make intelligent decisions.
Handle complex multi-step workflows in a single conversation.