mcpbeat Sign in

I18n Codelens MCP Server

local only

I18n Codelens MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 3 Sep 2026.

Inspect, audit and safely edit i18n locale JSON files from AI agents.

Installs per day peak 18 · avg 2 · +378% w/w
a month agotoday
49
Installs / week
npm · i18n-codelens-mcp
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/tools/file-keys.ts:24
  const absolute = path.isAbsolute(requested) ? requested : path.join(ctx.root, requested);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add i18n-codelens-mcp -- npx -y i18n-codelens-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "i18n-codelens-mcp": {
      "args": [
        "-y",
        "i18n-codelens-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.i18n-codelens-mcp]
command = "npx"
args = ["-y", "i18n-codelens-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "i18n-codelens-mcp": {
      "args": [
        "-y",
        "i18n-codelens-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "i18n-codelens-mcp": {
      "args": [
        "-y",
        "i18n-codelens-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WORKSPACE_ROOT (Absolute path of the project whose locale files should be managed. Defaults to CLAUDE_PROJECT_DIR or the working directory.), I18N_GLOB (Glob for locale JSON files (default **/locales/**/*.json).), I18N_CODE_GLOB (Glob for source files scanned for t("key") references (default **/*.{ts,tsx,js,jsx}).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to I18n Codelens MCP

same job, measured the same way
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
Powerbi Pbix MCP
by cyphonica

Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.

35 installs/wk local only
Agent Skill Loader
by back1ply

Dynamically load Claude Code skills into AI agents without copying files.

30 installs/wk local only
PDF MCP
by wesseltl

Extract text and tables from PDFs for an agent: invoices, reports, statements.

109 installs/wk local only
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
Pcaob
by pipeworx-io

PCAOB — Form AP auditor<->issuer engagements + firm inspection reports.

41 tools answering
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only

I18n Codelens MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for I18n Codelens MCP?
I18n Codelens MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package i18n-codelens-mcp was installed 49 times last week.
How do I connect I18n Codelens MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls i18n-codelens-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use I18n Codelens MCP?
The npm package i18n-codelens-mcp was installed 49 times in the last week. Week over week that is +378%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is I18n Codelens MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.