Skip to content
Zed

translation mcp for Zed

io.github.mrfentmen/translation-mcp

Translate text between languages using the free MyMemory API. No key required.

client:Zed transport:stdio runtime:npm

Install translation mcp in Zed

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

{
  "context_servers": {
    "translation-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "translation-mcp"
      ]
    }
  }
}

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

translation mcp in other clients