I18next Mcp Server
@gtrias
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"i18next-translation": {
"command": "npx",
"args": [
"-y",
"i18next-mcp-server@latest"
],
"env": {
"I18N_PROJECT_ROOT": "/path/to/your/project",
"I18N_LOCALES_PATH": "public/locales",
"I18N_DEFAULT_LANGUAGE": "en",
"I18N_SUPPORTED_LANGUAGES": "en,es,fr"
}
}
}
}ツール
14Get information about the translation project configuration and status
Perform comprehensive health check on translation files
Validate translation files for JSON syntax and structure issues
List all translation files with their basic information
Generate comprehensive coverage report for translations
Analyze translation quality across files
Generate detailed usage analysis of translation keys
Export translation data in various formats
Synchronize missing translation keys across all languages from a source language, maintaining sorted structure
Add a specific translation key with values to specified languages and namespaces
Sync specific missing keys from source language to target languages
Comprehensive sync to add all missing keys across all languages, ensuring complete coverage
Get a detailed list of missing keys by language and namespace for targeted translation work
Scan code for missing keys using the scanner integration
概要
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
FAQ from I18next Mcp Server
What is the expected project structure?
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント