Skip to content
VS Code

translation mcp for VS Code

io.github.mrfentmen/translation-mcp

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

client:VS Code transport:stdio runtime:npm

Install translation mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "translation-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "translation-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

translation mcp in other clients