Skip to content
VS Code

translation ai mcp for VS Code

io.github.csoai-org/translation-ai-mcp

Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK

client:VS Code transport:stdio runtime:pypi

Install translation ai mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "translation-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "translation-ai-mcp"
      ]
    }
  }
}

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

translation ai mcp in other clients