Back to Home

i18n-mcp-translator

Verified Safe

by ChaoTzuJung

Overview

An automated i18n translation server based on Model Context Protocol (MCP) for processing and refactoring source code files with AI.

Installation

Run Command
npm start

Environment Variables

  • GOOGLE_AI_API_KEY
  • I18N_MCP_BASE_LANGUAGE
  • I18N_MCP_TARGET_LANGUAGES
  • I18N_MCP_TRANSLATION_DIR
  • I18N_MCP_TRANSLATION_FILE
  • I18N_MCP_SRC_DIR
  • I18N_MCP_PROJECT_ROOT

Security Notes

This tool interacts with the local filesystem (modifying source code and translation JSON files), executes `git` commands (add, commit, push), and makes external API calls to Google Generative AI. Communication occurs over stdio, not an open network port, reducing external network attack surface for the server itself. However, it relies on client requests for file and git operations, requiring trust in the MCP client and its configuration to prevent unintended modifications or data loss.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-19

Tags

i18ntranslationAIcode-refactoringdev-tools