i18n Agent
Provides tools for translating entire Markdown files while preserving their structure, cultural context, and industry-specific terminology.
Provides tools for translating entire XML files while preserving their structure, cultural context, and industry-specific terminology.
Provides tools for translating entire YAML files while preserving their structure, cultural context, and industry-specific terminology.
@i18n-agent/mcp-client
Easy installation and setup of i18n-agent MCP client for AI development environments.
Quick Start
Install the MCP client for your preferred AI development environment:
Claude Code
npx @i18n-agent/mcp-client install --claude-codeGemini IDE
npx @i18n-agent/mcp-client install --geminiCursor
npx @i18n-agent/mcp-client install --cursorInteractive Installation
npx @i18n-agent/mcp-client installRelated MCP server: i1n
What You Get
After installation, your AI development environment will have access to:
translate_text - Translate text with cultural context and industry-specific terminology
translate_file - Translate entire files while preserving structure (JSON, YAML, CSV, XML, Markdown, etc.)
list_supported_languages - View available language pairs with quality ratings
Usage Examples
Once installed, you can use these commands directly in your AI assistant:
"Translate this text to Spanish: Hello, how are you today?"
"Translate my en.json file to French"
"What languages are supported for translation?"Configuration
API Key Setup
The installer provides three easy ways to handle your API key:
Option 1: Let the installer guide you (Recommended)
npx @i18n-agent/mcp-client install --claude-codeThe installer will:
Show you where to get your API key
Offer to open your browser automatically
Walk you through the setup process
Provide a demo key option for testing
Option 2: Pass your API key directly
npx @i18n-agent/mcp-client install --claude-code --api-key sk-your-api-key-hereOption 3: Use the demo key for quick testing
The installer offers a demo key with limited functionality - perfect for trying out the features before getting your own key.
Getting Your API Key
Visit: app.i18nagent.ai
Sign up: Create your account
Get your API key: Access your dashboard to get your key
Copy your API key: Use it with the installer
The installer can automatically open this page for you!
Custom Server URL
For enterprise deployments:
npx @i18n-agent/mcp-client install --claude-code --server-url https://your-server.comCommands
Install
Install MCP client for your IDE:
npx @i18n-agent/mcp-client install [options]Options:
--claude-code- Install for Claude Code CLI--gemini- Install for Gemini IDE--cursor- Install for Cursor IDE--api-key <key>- Set API key--server-url <url>- Set custom server URL
Status
Check installation status:
npx @i18n-agent/mcp-client statusUninstall
Remove MCP client configuration:
npx @i18n-agent/mcp-client uninstall [options]Supported IDEs
Claude Code ✅
Full MCP integration with native tool support.
Gemini IDE ⚡
Extension-based integration with AI assistant capabilities.
Cursor ⚡
VS Code extension with command palette integration.
Features
🚀 One-click installation - Get up and running in seconds
🌍 100+ languages - Comprehensive language support
🎯 Context-aware - Industry and region-specific translations
📁 File format support - JSON, YAML, CSV, XML, Markdown, and more
🔒 Secure - Enterprise-grade security and data protection
⚡ Fast - Optimized for developer workflows
Troubleshooting
Configuration Files
The installer creates configuration files in these locations:
Claude Code:
macOS:
~/Library/Application Support/claude-code/mcp_servers.jsonWindows:
%APPDATA%\\claude-code\\mcp_servers.jsonLinux:
~/.config/claude-code/mcp_servers.json
Gemini IDE:
macOS:
~/Library/Application Support/gemini-ide/extensions.jsonWindows:
%APPDATA%\\gemini-ide\\extensions.jsonLinux:
~/.config/gemini-ide/extensions.json
Cursor:
macOS:
~/Library/Application Support/Cursor/User/settings.jsonWindows:
%APPDATA%\\Cursor\\User\\settings.jsonLinux:
~/.config/Cursor/User/settings.json
Common Issues
Permission denied: Run with appropriate permissions
Configuration not found: Make sure your IDE is properly installed
API errors: Check your API key and network connection
Support
License
MIT License - see LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Localization for AI agents: projects, languages, glossaries and translations from your agent
AI localization for agents: translation, TMS sync, translation memories, glossaries, post-editing.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Related MCP Servers
AlicenseAqualityCmaintenanceAI-powered localization platform. Translate text, search translation memory, and access style guides from any MCP-compatible AI tool.81MIT- AlicenseNot gradedqualityBmaintenanceLocalization as code — push, pull, translate, and extract strings from code with AI. 7 MCP tools for type-safe i18n across 182 languages.4082MIT
- AlicenseAqualityBmaintenanceMCP server for managing i18n translation files — gives your AI agent full control over your app's translations without dumping entire locale files into context.1525111MIT
- AlicenseNot gradedqualityAmaintenanceOpen-source, self-hosted translation management system with an MCP server that enables AI agents to manage projects, locales, keys, and translations via natural language, and includes a CLI for deterministic file syncing.1MIT