L10n.dev - AI Localization Agent for Cursor
io.github.l10n-dev/ai-l10n-mcp
MCP Server that turns your AI agent into a localization expert with token-efficient i18n translation
client:Cursor
transport:stdio
runtime:npm
Install L10n.dev - AI Localization Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-l10n-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-l10n-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs