loading…
Search for a command to run...
loading…
AI-powered translation management built for AI agents. Automate localization with regional sensitivity and zero TMS overhead. Works with Claude Code, Cursor, VS
AI-powered translation management built for AI agents. Automate localization with regional sensitivity and zero TMS overhead. Works with Claude Code, Cursor, VS Code via MCP protocol. Supports JSON, YAML, Markdown, PO and more.
Easy installation and setup of i18n-agent MCP client for AI development environments.
Install the MCP client for your preferred AI development environment:
npx @i18n-agent/mcp-client install --claude-code
npx @i18n-agent/mcp-client install --gemini
npx @i18n-agent/mcp-client install --cursor
npx @i18n-agent/mcp-client install
After installation, your AI development environment will have access to:
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?"
The installer provides three easy ways to handle your API key:
npx @i18n-agent/mcp-client install --claude-code
The installer will:
npx @i18n-agent/mcp-client install --claude-code --api-key sk-your-api-key-here
The installer offers a demo key with limited functionality - perfect for trying out the features before getting your own key.
The installer can automatically open this page for you!
For enterprise deployments:
npx @i18n-agent/mcp-client install --claude-code --server-url https://your-server.com
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 URLCheck installation status:
npx @i18n-agent/mcp-client status
Remove MCP client configuration:
npx @i18n-agent/mcp-client uninstall [options]
Full MCP integration with native tool support.
Extension-based integration with AI assistant capabilities.
VS Code extension with command palette integration.
The installer creates configuration files in these locations:
Claude Code:
~/Library/Application Support/claude-code/mcp_servers.json%APPDATA%\\claude-code\\mcp_servers.json~/.config/claude-code/mcp_servers.jsonGemini IDE:
~/Library/Application Support/gemini-ide/extensions.json%APPDATA%\\gemini-ide\\extensions.json~/.config/gemini-ide/extensions.jsonCursor:
~/Library/Application Support/Cursor/User/settings.json%APPDATA%\\Cursor\\User\\settings.json~/.config/Cursor/User/settings.jsonMIT License - see LICENSE for details.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"i18n-agent": {
"command": "npx",
"args": []
}
}
}