Servers
I
I18next Mcp Server
@gtrias
A Model Context Protocol (MCP) server that provides translation management capabilities for i18next projects, enabling AI assistants like Cursor to directly interact with translation files.
Overview
What is I18next Mcp Server?
A Model Context Protocol (MCP) server that provides translation management capabilities for i18next projects, enabling AI assistants like Cursor to directly interact with translation files.
How to use I18next Mcp Server?
Run via npx: npx i18next-mcp-server@latest. Configure using environment variables (I18N_PROJECT_ROOT, I18N_LOCALES_PATH, I18N_DEFAULT_LANGUAGE, I18N_SUPPORTED_LANGUAGES). Add to Cursor MCP settings with the command and args. Available tools cover key management, file operations, scanning, and analysis.
Key features of I18next Mcp Server
- Manage translation keys across languages
- Scan source code for missing keys
- Validate JSON file syntax
- Analyze translation coverage and quality
- Sync missing keys between languages
- Export translations to various formats
Use cases of I18next Mcp Server
- Add new translation keys via AI in Cursor
- Identify and fix missing translations in codebase
- Ensure consistency of translations across all supported languages
- Generate coverage reports for translation completeness
- Validate JSON syntax of translation files