i18n Agent - AI Translation Management via MCP

Created By
loking2 months ago
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 files.
Overview

@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-code

Gemini IDE

npx @i18n-agent/mcp-client install --gemini

Cursor

npx @i18n-agent/mcp-client install --cursor

Interactive Installation

npx @i18n-agent/mcp-client install

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:

npx @i18n-agent/mcp-client install --claude-code

The 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-here

Option 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

  1. Visit: app.i18nagent.ai
  2. Sign up: Create your account
  3. Get your API key: Access your dashboard to get your key
  4. 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.com

Commands

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 status

Uninstall

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.json
  • Windows: %APPDATA%\\claude-code\\mcp_servers.json
  • Linux: ~/.config/claude-code/mcp_servers.json

Gemini IDE:

  • macOS: ~/Library/Application Support/gemini-ide/extensions.json
  • Windows: %APPDATA%\\gemini-ide\\extensions.json
  • Linux: ~/.config/gemini-ide/extensions.json

Cursor:

  • macOS: ~/Library/Application Support/Cursor/User/settings.json
  • Windows: %APPDATA%\\Cursor\\User\\settings.json
  • Linux: ~/.config/Cursor/User/settings.json

Common Issues

  1. Permission denied: Run with appropriate permissions
  2. Configuration not found: Make sure your IDE is properly installed
  3. API errors: Check your API key and network connection

Support

License

MIT License - see LICENSE for details.

Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
loking
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago