Cloud Translation API MCP ServerServer

ag2-mcp-servers
GitHub
translationAPIGoogle

Loading subscription status...

💡 Description

An MCP server that enables AI assistants to access and interact with Google Translate API, allowing for text translation between languages using Google's translation services.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Cloud Translation API MCP Server": {
        "env": {
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [],
        "command": "python mcp_server/main.py stdio"
      }
    }
  ]
}

🛠️ Tools

PythonPipUV