i1n — Localization as Code

Created By
Pakvothe2 months ago
Localization as code — 7 MCP tools to push, pull, translate, extract strings, and search translations. AI-powered, type-safe, 182 languages.
Overview

i1n MCP Server

Localization as code. One CLI command to translate your app to any language with AI.

7 Tools

  • i1n_status — Project status, plan, limits, active languages
  • i1n_push — Push local translation files with automatic diff detection
  • i1n_pull — Pull translations and generate type-safe TypeScript definitions
  • i1n_translate — Translate keys to specified languages using AI
  • i1n_add_language — Add new languages with optional auto-translation
  • i1n_extract_and_translate — Extract strings from code, push, translate to all languages in one step
  • i1n_search — Search existing translation keys by name or value

Setup

{
  "mcpServers": {
    "i1n": {
      "command": "npx",
      "args": ["i1n", "mcp"]
    }                                                                                                                     
  }
}                                                                                                                         
                                                          
Key Feature

Tell your AI agent "internationalize this component" — it extracts strings, pushes keys, translates to all active         
languages, and generates TypeScript types. 60 minutes of work in 30 seconds.
                                                                                                                          
Free forever. 182 languages. MIT Licensed.                 

Server Config

{
  "mcpServers": {
    "i1n": {
      "command": "npx",
      "args": [
        "i1n",
        "mcp"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Pakvothe
Star
-
Language
-
License
-
Category

Recommend Servers

View All