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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add i18n-codelens-mcp -- npx -y i18n-codelens-mcp
{
"mcpServers": {
"i18n-codelens-mcp": {
"args": [
"-y",
"i18n-codelens-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.i18n-codelens-mcp]
command = "npx"
args = ["-y", "i18n-codelens-mcp"]
{
"mcpServers": {
"i18n-codelens-mcp": {
"args": [
"-y",
"i18n-codelens-mcp"
],
"command": "npx"
}
}
}
{
"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.
Local design engine for AI agents: create, edit and export real, editable designs.
Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.
Dynamically load Claude Code skills into AI agents without copying files.
Extract text and tables from PDFs for an agent: invoices, reports, statements.
Search NVIDIA CUDA documentation and code samples from AI coding agents.
PCAOB — Form AP auditor<->issuer engagements + firm inspection reports.
Local file search for AI agents — semantic + keyword indexing over your codebase.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Answers built from our own checks of this server.