Model Context Protocol

Claude + IntlPull

40+ MCP tools for AI-powered translation management. Translate, manage branches, publish OTA releases—all through natural conversation with Claude.

40+
MCP Tools
30+
Languages
MIT
Licensed

What is MCP?

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.

40+ Tools at Your Fingertips

Complete i18n workflow automation through natural conversation

Translation Management

AI-powered translations with context awareness and batch processing.

translate_stringstranslate_filelist_languages+2 more

Branch Workflow

Git-like workflow for managing translation versions across feature branches.

get_branch_infoset_branch_strategylist_branch_translations+1 more

OTA Releases

Instant over-the-air updates without app store releases.

publish_ota_releaselist_ota_releasesget_ota_manifest+2 more

Translation Memory

Reuse translations and maintain consistent terminology.

tm_searchtm_addtm_stats+2 more

Platform Support

iOS, Android, and Web-specific translation overrides.

get_platform_infoset_platformset_platform_override+1 more

Import & Export

JSON, YAML, XLIFF, PO, CSV, Android XML, iOS Strings.

import_translationsimport_previewdownload_translations+1 more

Email Templates

Localized transactional email template management.

email_templates_listemail_templates_pullemail_templates_push+1 more

Webhooks & Events

CI/CD integration for automated translation workflows.

register_webhooklist_webhookstest_webhook+1 more

Quick Setup

Get started in under 2 minutes

01

Install the Package

npm install -g @intlpullhq/mcp-server
02

Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "intlpull": {
      "command": "npx",
      "args": ["-y", "@intlpullhq/mcp-server"],
      "env": {
        "INTLPULL_API_KEY": "your-api-key"
      }
    }
  }
}

Or Configure Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "intlpull": {
      "command": "npx",
      "args": ["-y", "@intlpullhq/mcp-server"],
      "env": {
        "INTLPULL_API_KEY": "your-api-key"
      }
    }
  }
}
03

Start Using

Restart Claude and start managing translations through natural conversation!

Example Prompts

What Can You Ask Claude?

Natural language commands for your entire i18n workflow

🌍

Translate App Strings

"Translate these strings to Spanish: "Welcome to our app", "Sign in to continue""

📊

Check Translation Status

"What's the translation progress for the French locale?"

🚀

Publish OTA Release

"Publish the latest translations as an OTA release for production"

🔍

Search Translations

"Find all translations containing the word "button""

📥

Import from File

"Import translations from locales/en.json and preview the changes"

🌿

Branch Workflow

"Create translations for the feature/checkout branch and merge when ready"

Why Use MCP?

The power of AI-assisted localization

Natural Language

No need to learn CLI commands or navigate dashboards. Just describe what you need.

Context-Aware

Claude understands your project structure and can make intelligent decisions.

Batch Operations

Handle complex multi-step workflows in a single conversation.

Supported File Formats

JSON
YAML
XLIFF
PO/POT
CSV
Android XML
iOS Strings
iOS Stringsdict

Ready to Supercharge Your i18n Workflow?

Install the MCP server and start managing translations with Claude today.

    Claude MCP Integration | IntlPull - AI-Powered i18n for Claude | IntlPull