← Index

i18n-agent

ai.i18nagent/i18n-agent·v1.16.3·Other
Quality Score
89
/100

AI-powered translation for 48 languages with context-aware quality

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.i18nagent.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "i18n-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@i18n-agent/mcp-client"
      ],
      "env": {
        "I18N_AGENT_API_KEY": "<your-i18n_agent_api_key>",
        "MCP_SERVER_URL": "<mcp_server_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "i18n-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@i18n-agent/mcp-client"
      ],
      "env": {
        "I18N_AGENT_API_KEY": "<your-i18n_agent_api_key>",
        "MCP_SERVER_URL": "<mcp_server_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @i18n-agent/mcp-client
§02  Environment variables
I18N_AGENT_API_KEY
requiredsecret

API key from app.i18nagent.ai

MCP_SERVER_URL

MCP server URL

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other