Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
i18n Translation MCP Server
languages

i18n Translation MCP Server MCP Server

Multi-provider translation for JSON i18n files

i18ntranslationlocalizationjson

About

## i18n Translate MCP Server: Internationalization Automation The **i18n Translate MCP Server** specializes in automating internationalization workflows directly within Google Antigravity, enabling AI assistants to manage translation files, extract strings, and maintain multi-language applications programmatically. This integration streamlines the localization development process. ### Why i18n Translate MCP? - **Format Support**: Work with JSON, YAML, PO, XLIFF, and other common i18n formats - **String Extraction**: Automatically extract translatable strings from source code - **Key Management**: Organize and manage translation keys across projects - **Placeholder Handling**: Preserve variables and placeholders during translation - **Diff Detection**: Identify new, changed, and deleted strings between versions ### Key Features #### 1. String Extraction ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract all translatable strings from our React components" }], tools=[{ "name": "i18n_extract", "description": "Extract translation strings" }] ) ``` #### 2. File Translation ```python # Translate locale files response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Translate our en.json locale file to Spanish and French" }], tools=[{"name": "i18n_translate", "description": "Translate locale files"}] ) ``` #### 3. Key Synchronization ```python # Sync translation keys response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Sync missing translation keys across all language files" }], tools=[{"name": "i18n_sync", "description": "Synchronize keys"}] ) ``` #### 4. Format Conversion ```python # Convert between formats response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Convert our JSON translations to XLIFF format for translation vendors" }], tools=[{"name": "i18n_convert", "description": "Convert formats"}] ) ``` ### Configuration ```json { "mcpServers": { "i18n-translate": { "command": "npx", "args": ["-y", "@anthropic/mcp-i18n"], "env": { "TRANSLATION_API_KEY": "your-translation-api-key" } } } } ``` ### Use Cases **App Localization**: Manage translation workflows for web and mobile applications. **CI/CD Integration**: Automate translation updates in deployment pipelines. **String Management**: Track and organize translation strings across projects. **Vendor Workflow**: Export and import translations for external translation services. The i18n Translate MCP Server brings internationalization automation directly into your development workflow, simplifying multi-language application development.

Installation

Configuration
{
  "mcpServers": {
    "i18n-translate": {
      "mcpServers": {
        "i18n-translate": {
          "env": {
            "OPENAI_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "i18n-translate-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Choose AI provider (OpenAI, Gemini, Ollama)
  2. 2Configure API key for selected provider
  3. 3Supports JSON file translations

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers