i18n-mcp-translator
Verified Safeby ChaoTzuJung
Overview
An automated i18n translation server based on Model Context Protocol (MCP) for processing and refactoring source code files with AI.
Installation
npm startEnvironment 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
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.