Odel
translation ai mcp

translation ai mcp

Local
@csoai-orgPythonMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItranslation-ai-mcpv1.0.11

Run

uvx translation-ai-mcp

MCP client config

{
  "mcpServers": {
    "translation-ai-mcp": {
      "command": "uvx",
      "args": [
        "translation-ai-mcp"
      ]
    }
  }
}