Skip to content

I18next

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y i18next-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "i18next": {
      "command": "npx",
      "args": ["-y", "i18next-mcp-server"]
    }
  }
}