i18n codelens mcp for Cursor
io.github.hepter/i18n-codelens-mcp
Inspect, audit and safely edit i18n locale JSON files from AI agents.
client:Cursor
transport:stdio
runtime:npm
Install i18n codelens mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"i18n-codelens-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"i18n-codelens-mcp"
],
"env": {
"WORKSPACE_ROOT": "<WORKSPACE_ROOT>",
"I18N_GLOB": "<I18N_GLOB>",
"I18N_CODE_GLOB": "<I18N_CODE_GLOB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs