AI-powered translation for 48 languages with context-aware quality
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Professional translation service client for Claude, Cursor, VS Code, Antigravity, and other AI IDEs using the Model Context Protocol (MCP).
The installer will detect all available AI IDEs and configure them automatically.
For Claude Code users, you can install directly from the marketplace:
Step 1: Get your API key
Step 2: Set environment variable
Replace your-api-key-here with your actual API key.
Step 3: Install from marketplace
Step 4: Restart Claude Code
That's it! The plugin will automatically use your API key from the environment variable.
Get your API key from app.i18nagent.ai
Set environment variable:
Make it permanent (add to ~/.bashrc or ~/.zshrc):
Restart your AI IDE to load the new configuration
| IDE | Status | macOS | Windows | Linux |
|---|---|---|---|---|
| Claude Desktop | โ Auto-configured | ~/Library/Application Support/Claude/ | %APPDATA%\Claude\ | ~/.config/Claude/ |
| Claude Code CLI | โ Auto-configured | ~/.claude.json | ~/.claude.json | ~/.claude.json |
| Cursor | โ Auto-configured | ~/.cursor/mcp_settings.json | ~/.cursor/mcp_settings.json | ~/.cursor/mcp_settings.json |
| VS Code | โ Auto-configured | ~/.vscode/mcp_settings.json | ~/.vscode/mcp_settings.json | ~/.vscode/mcp_settings.json |
| Codex (OpenAI) | โ Auto-configured | ~/.codex/mcp_settings.json | ~/.codex/mcp_settings.json | ~/.codex/mcp_settings.json |
| Antigravity (Google) | โ Auto-configured | ~/.gemini/antigravity/mcp_config.json | %USERPROFILE%\.gemini\antigravity\mcp_config.json | ~/.config/antigravity/mcp_config.json |
Note: The installer automatically detects your platform and uses the correct config paths.
| Format | Extension | Features |
|---|---|---|
| JSON | .json | Preserves structure, nested objects |
| YAML | .yaml, .yml | Maintains formatting, comments |
| CSV | .csv | Handles quoted fields, commas |
| XML/HTML | .xml, .html | Extracts text content |
| Markdown | .md | Preserves formatting, skips code |
| Properties | .properties | Java properties key-value pairs |
| Plain Text | .txt | Direct translation |
.pdf | Text extraction and translation | |
| Word | .docx, .doc | Document translation |
| Gettext | .po, .pot, .mo | Localization file formats |
If auto-installation fails, you can manually configure your IDE:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Create .cursor/mcp_settings.json or .vscode/mcp_settings.json:
skipWarnings: true to bypass warnings in automated workflowsPermission denied:
IDE not detected:
"Failed" status in Claude Code:
This usually happens with Node Version Managers (nvm, fnm, n). The installer now automatically detects nvm and creates a wrapper script. If you still have issues:
Check your Node installation:
Manual wrapper script (if auto-detection fails):
Create ~/.claude/run-mcp.sh:
Make it executable:
Update Claude configuration:
Edit ~/.claude.json:
Restart Claude Code completely (not just close window, quit the app)
API Key not found:
Connection errors:
Translation quality:
The MCP client installer uses a modular architecture for bulletproof installation:
See detailed documentation:
We welcome contributions! Please see our Contributing Guidelines.
Use the publishing script with built-in test gate:
MIT License - see LICENSE file for details.
Copyright (c) 2025 FatCouple Oร
Translate text content with cultural adaptation and context awareness.
Parameters:
texts (array): Array of strings to translatetargetLanguage (string): Target language codetargetAudience (string): Target audience contextindustry (string): Industry contextnamespace (string, optional): Optional namespace identifier for backend tracking and project organizationsourceLanguage (string, optional): Source language (auto-detected if not provided)region (string, optional): Specific region for localizationskipWarnings (boolean, optional): Skip source text quality warnings (default: false). โ ๏ธ WARNING: May hurt translation quality by bypassing source analysis. Only use when confident about content quality or in automated workflows.Translate files while preserving structure and format.
Parameters:
filePath or fileContent (string): File path or content to translatefileType (string): File format (json, yaml, xml, csv, txt, md, etc.)targetLanguage (string): Target language codenamespace (string, required): Unique namespace identifier for backend tracking and project organizationpreserveKeys (boolean): Whether to preserve object keys/structureoutputFormat (string): Output format (same, json, yaml, txt)skipWarnings (boolean, optional): Skip source text quality warnings (default: false). โ ๏ธ WARNING: May hurt translation quality by bypassing source analysis. Only use when confident about content quality or in automated workflows.Analyze content for translation readiness and get improvement suggestions before translation. This helps identify potential issues and optimize content before spending credits on translation.
Parameters:
content (string/array/object): Content to analyzetargetLanguage (string): Target language for translationfileType (string, optional): File type if content is from a filesourceLanguage (string, optional): Source language (auto-detected)industry (string): Industry contexttargetAudience (string): Target audienceregion (string, optional): Specific region for localizationReturns:
Get list of all supported languages with quality ratings.
Parameters:
includeQuality (boolean): Include quality ratings (default: true)Check remaining translation credits and word count estimates.
Parameters:
apiKey (string): Your API keyCheck status of async translation jobs (for large files).
Parameters:
jobId (string): Job ID from async translationMade with โค๏ธ by FatCouple Oร
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/i18n-agent)<a href="https://allmcps.com/mcp/i18n-agent"><img src="https://allmcps.com/api/badge/i18n-agent?style=directory" alt="I18n Agent on AllMCPs" /></a>