I18next
Freeby MCP Community
A comprehensive Model Context Protocol (MCP) server for i18next translation management, health checking, and automated translation workflows
v1.1.0Added Apr 12, 2026
mcpi18nexttranslationinternationalizationi18n
I18next MCP Server
A comprehensive Model Context Protocol (MCP) server for i18next translation management, health checking, and automated translation workflows
Installation
npx -y i18next-mcp-server
Reviews
Installation
Quick install
npx -y i18next-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"i18next": {
"command": "npx",
"args": ["-y", "i18next-mcp-server"]
}
}
}