Skip to content
Zed

mcp translate for Zed

io.github.infoinlet-marketplace/mcp-translate

Translation for AI agents — translate, detect, batch; Japanese keigo registers. OpenRouter.

client:Zed transport:stdio runtime:npm

Install mcp translate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-translate": {
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-translate"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp translate in other clients