Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. AI L10n MCP
AI L10n MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:08:08 PM

AI L10n MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

MCP Server that turns your AI agent into a localization expert with token-efficient i18n translation

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ai-l10n-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-l10n"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

ai-l10n

npm version License: MIT

AI-powered translation for app localization. Automatically translate your i18n files to 165 languages using AI. Supports JSON, JSONC, Flutter ARB, YAML, PO, XLIFF, and all other text-based localization formats with intelligent project structure detection.

Powered by l10n.dev

ai-localization example

Features

One command turns your source file into 165 languages β€” from the CLI, an npm script, your CI pipeline, or your AI agent. No pasting files into a chat window, no broken placeholders, no re-translating everything because one string changed.

Terminal
npx ai-l10n translate ./locales/en.json --update

Translate

  • πŸ€– 165 languages β€” context-aware AI translation, not word-by-word machine output
  • 🎯 Any text-based format β€” JSON, JSONC, Flutter ARB, Shopify themes, YAML, PO (gettext), XLIFF, and more (full list)
  • πŸ“ Zero setup β€” target languages are auto-detected from your file and folder layout
  • πŸ”„ Incremental by default β€” --update translates only new and changed strings and leaves the rest untouched

Quality you can ship

  • πŸ› οΈ Nothing breaks β€” placeholders, HTML tags, and formatting are preserved; dates and numbers are localized; proper names, URLs, and technical terms are left alone (how it works)
  • 🌐 Correct plural forms β€” every i18next suffix is generated, including complex rules in Russian, Arabic, and Polish
  • πŸ”’ Type-safe JSON β€” numbers stay numbers, booleans stay booleans, null stays null
  • πŸ“š Glossary & terminology β€” lock brand, legal, and product terms so the AI can't pick a synonym
  • ✍️ Linguistic instructions β€” set tone and style once, e.g. --instruction "Use formal tone"

Built for automation

  • βš™οΈ Runs anywhere β€” CLI, SDK, npm scripts, GitHub Action, GitLab CI, Jenkins, and MCP for AI agents
  • πŸ•΅οΈ Self-checking β€” detects lost placeholders and retries; splits large files into chunks while keeping context, avoiding the silent content loss you get pasting strings into Claude or GPT
  • πŸ” Content filtering β€” filtered strings are saved to a separate file for review instead of failing the run
  • πŸ“Š Usage tracking β€” monitor character usage and balance; 10,000 characters free every month, pay-as-you-go after that

Installation

For CLI + Programmatic (SDK)

Terminal
npm install ai-l10n

For AI Agents (MCP Server)

Use the ai-l10n-mcp package to connect AI agents (Claude Desktop, Cursor, Windsurf, GitHub Copilot, OpenAI Codex) directly to l10n.dev. See the MCP server README for configuration instructions.

config.json
{

  "mcpServers": {

    "l10n": {

      "command": "npx",

      "args": ["-y", "ai-l10n-mcp"]

    }

  }

}

For SDK Only

Terminal
npm install ai-l10n-sdk

Getting Started

1. Get Your API Key

Get your free API key from l10n.dev/ws/keys

2. Configure API Key

You can provide your API key in three ways:

Option A: Save it globally

Terminal
npx ai-l10n config --api-key YOUR_API_KEY

Option B: Use environment variable

server.ts
export L10N_API_KEY=your_api_key_here

Option C: Pass it directly in code or CLI

Terminal
npx ai-l10n translate path/to/file.json --api-key YOUR_API_KEY

3. Translate Your Files

Basic Translation

bash
# Auto-detect target languages from project structure

npx ai-l10n translate path/to/en.json



# Specify target languages

npx ai-l10n translate path/to/en.json --languages es,fr,de



# Update existing files with only new translations

npx ai-l10n translate path/to/en.json --update

Advanced Options

Terminal
npx ai-l10n translate ./locales/en.json \

  --languages es,fr,de \

  --plural \                    # Generate plural forms (adds suffixes, e.g., for i18next)

  --shorten \                   # Use shortening

  --no-contractions \           # Don't use contractions (e.g., "don't" vs "do not")

  --update \                    # Update existing files (translates only new and changed strings)

  --replace \                   # Replace existing files (rewrites file with new translations, overwise it adds a copy number e.g., `es (1).json`)

  --glossary \                  # Generate and save glossary for future translations

  --instruction "Be formal" \   # Control the overall style, tone, and translation behavior

  --language-regex "^emails\.(?<language>[\w-]+)\.json$" \  # Locate the language code in file names

  --verbose                     # Detailed logging

Batch Translation

Create a config file translate-config.json:

json
[

  {

    "sourceFile": "./locales/en/common.json",

    "targetLanguages": ["pl", "ru", "ar"],

    "generatePluralForms": true,

    "translateOnlyNewStrings": true

  },

  {

    "sourceFile": "./locales/en/admin.json",

    "targetLanguages": ["pl", "ru", "ar", "de"],

    "replace": true

  }

]

Run batch translation:

Terminal
npx ai-l10n batch translate-config.json

Configuration Management

bash
# View current API key status

npx ai-l10n config



# Set API key

npx ai-l10n config --api-key YOUR_API_KEY



# Clear API key

npx ai-l10n config --clear

Programmatic Usage

server.ts
import { AiTranslator } from 'ai-l10n';



const translator = new AiTranslator();



const result = await translator.translate({

  sourceFile: './locales/en.json',

  targetLanguages: ['es', 'fr', 'de'],

});

πŸ“š See the ai-l10n-sdk README for:

  • Complete API documentation and TypeScript interfaces
  • Advanced usage examples
  • Custom logger integration
  • Error handling and type definitions

NPM Scripts Integration

Add scripts to your package.json:

config.json
{

  "scripts": {

    "translate": "ai-l10n translate ./locales/en.json",

    "translate:update": "ai-l10n translate ./locales/en.json --update",

    "translate:replace": "ai-l10n translate ./locales/en.json --replace",

    "translate:all": "ai-l10n batch translate-config.json"

  }

}

Then run:

Terminal
npm run translate

npm run translate:update

npm run translate:replace

npm run translate:all

CI/CD Integration

GitHub Actions

ai-l10n provides a ready-to-use GitHub Action for automated translations. The action uses the batch command with a config file for flexible, multi-file translation workflows.

Quick Setup:

  1. Create a translation config file ai-l10n.config.json in your repository root:
json
[

  {

    "sourceFile": "./locales/en/common.json",

    "targetLanguages": ["es", "fr", "de"],

    "translateOnlyNewStrings": true

  }

]
  1. Add the workflow file:
yaml
name: Auto-translate i18n files



on:

  push:

    branches:

      - main

    paths:

      - 'locales/en.json'

      - 'locales/en/**'

      - 'ai-l10n.config.json'



permissions:

  contents: write



jobs:

  translate:

    runs-on: ubuntu-latest

    steps:

      - uses: actions/checkout@v4

      

      - uses: l10n-dev/ai-l10n@v1

        with:

          api-key: ${{ secrets.L10N_API_KEY }}

          config-file: 'ai-l10n.config.json'

          pull-request: false

Action Inputs:

InputDescriptionDefaultRequired
versionL10n.dev CLI versionlatestNo
api-keyL10n.dev Platform API Key-No (can use L10N_API_KEY env var)
github-tokenGitHub token for PR creation (optional if repo setting enabled)github.tokenNo
config-filePath to translation config fileai-l10n.config.jsonNo
pull-requestCreate PR instead of direct commitfalseNo
commit-messageCommit messagefeat: update translations via L10n.devNo
pull-request-titlePull request titlefeat: update translations via L10n.devNo
commit-author-nameGit commit author nameL10n.devNo
commit-author-emailGit commit author emailsupport@l10n.devNo
process-own-commitsProcess commits made by this actionfalseNo
working-directoryWorking directory (for monorepos).No
skip-setup-nodeSkip Node.js setup if already installedfalseNo

ℹ️ Note on Pull Requests: To use pull-request: true, you have two options:

  1. Enable repository setting (recommended): Go to Settings > Actions > General and enable "Allow GitHub Actions to create and approve pull requests"
  2. Use Personal Access Token: Provide a PAT with repo scope via github-token input

πŸ“š More Examples:

  • Pull Request workflow - Creates PR for review (recommended for main/master)
  • Direct Commit workflow - Commits directly (for feature branches)
  • Manual Trigger workflow - Run manually with custom inputs

GitLab CI

yaml
translate:

  stage: build

  script:

    - npm install

    - npx ai-l10n translate ./locales/en.json --update

  only:

    changes:

      - locales/en.json

  variables:

    L10N_API_KEY: $L10N_API_KEY

Jenkins

groovy

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’
  • Hera Agent Unity logoHera Agent Unity

    Control and verify a live Unity Editor through a local, low-token MCP server.

    πŸ’° Finance & Fintech0 views
    Compare vs Hera Agent Unity β†’
  • Markifact: AI Performance Marketing logoMarkifact: AI Performance Marketing

    AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.

    πŸ’° Finance & Fintech1 views
    Compare vs Markifact: AI Performance Marketing β†’
  • WingmanProtocol Agent Gateway logoWingmanProtocol Agent Gateway

    Async errands, artifact hosting, watches, memory + 15 calculators for AI agents. x402 on Base.

    πŸ’° Finance & Fintech1 views
    Compare vs WingmanProtocol Agent Gateway β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about AI L10n MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ai-l10n-mcp": { "command": "npx", "args": ["-y", "ai-l10n-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAI L10n MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ai-l10n-mcp?style=directory)](https://allmcps.com/mcp/ai-l10n-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ai-l10n-mcp"><img src="https://allmcps.com/api/badge/ai-l10n-mcp?style=directory" alt="AI L10n MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to AI L10n MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code