LibreTranslate MCP サーバー

中級

これはEngineering, Multimodal AI分野の自動化ワークフローで、12個のノードを含みます。主にHttpRequestTool, McpTriggerなどのノードを使用。 AIエージェントがLibreTranslate MCPサーバー経由でテキストとファイルを翻訳可能にする

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "UuCiDaOMBeNWkNjM",
  "meta": null,
  "name": "LibreTranslate MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "d976f6b7-e246-4b8d-b186-24c56fa90196",
      "name": "セットアップ手順",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Authentication**: \nNo authentication required\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 6 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
      },
      "typeVersion": 1
    },
    {
      "id": "54c31af1-4b6d-4daa-88d1-9e770532bcd5",
      "name": "ワークフロー概要",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 820,
        "content": "## 🛠️ LibreTranslate MCP Server ✅ 6 operations\n\n### 🔧 How it Works\n\nThis workflow converts the LibreTranslate API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to http://libretranslate.local\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (6 endpoints)\n\n**Translate (4 operations)**\nDetect Text Language, List Supported Languages, Translate Text, Translate File\n\n**Frontend (1 operations)**\nRetrieve Frontend Settings\n\n**Feedback (1 operations)**\nSubmit Translation Suggestion\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "f192938e-1bd8-4c5b-9d75-57eee5575904",
      "name": "LibreTranslate MCPサーバー",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ],
      "webhookId": "fec98c38-e303-4616-b3b3-69fe0124a375",
      "parameters": {
        "path": "libretranslate-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "d7743ce0-6738-4b1b-aaef-05a36aa0f8e8",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "color": 2,
        "width": 900,
        "height": 200,
        "content": "## Translate"
      },
      "typeVersion": 1
    },
    {
      "id": "c1e2c713-e9c3-48da-94e8-13c6e77795f0",
      "name": "テキスト言語の検出",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ],
      "parameters": {
        "url": "=http://libretranslate.local/detect",
        "method": "POST",
        "options": {},
        "toolDescription": "Detect the language of a single text"
      },
      "typeVersion": 4.2
    },
    {
      "id": "73287e47-86be-4dfe-90d3-ce0b2abb2e7d",
      "name": "対応言語の一覧表示",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ],
      "parameters": {
        "url": "=http://libretranslate.local/languages",
        "options": {},
        "toolDescription": "Retrieve list of supported languages"
      },
      "typeVersion": 4.2
    },
    {
      "id": "7806edb2-9c94-44e2-bf86-3f9098d1df44",
      "name": "テキスト翻訳",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ],
      "parameters": {
        "url": "=http://libretranslate.local/translate",
        "method": "POST",
        "options": {},
        "toolDescription": "Translate text from a language to another"
      },
      "typeVersion": 4.2
    },
    {
      "id": "d19e2375-a15a-4498-9934-31fce6606dcb",
      "name": "ファイル翻訳",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        -60
      ],
      "parameters": {
        "url": "=http://libretranslate.local/translate_file",
        "method": "POST",
        "options": {},
        "toolDescription": "Translate file from a language to another"
      },
      "typeVersion": 4.2
    },
    {
      "id": "9d199f3b-881b-43e4-a537-7d67754fc495",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "color": 3,
        "width": 300,
        "height": 200,
        "content": "## Frontend"
      },
      "typeVersion": 1
    },
    {
      "id": "9d13961d-b235-4995-9d02-933d2463c67c",
      "name": "フロントエンド設定の取得",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ],
      "parameters": {
        "url": "=http://libretranslate.local/frontend/settings",
        "options": {},
        "toolDescription": "Retrieve frontend specific settings"
      },
      "typeVersion": 4.2
    },
    {
      "id": "9337ee79-eb1a-42ec-9562-3d9d289ea4bf",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "color": 4,
        "width": 300,
        "height": 200,
        "content": "## Feedback"
      },
      "typeVersion": 1
    },
    {
      "id": "e6349dc2-e89a-4d53-b5c4-11c64f19053e",
      "name": "翻訳提案の送信",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ],
      "parameters": {
        "url": "=http://libretranslate.local/suggest",
        "method": "POST",
        "options": {},
        "toolDescription": "Submit a suggestion to improve a translation"
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-07-02T18:20:58.301Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-07-02T18:20:58.301Z",
      "workflowId": "UuCiDaOMBeNWkNjM"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-07-02T18:20:58.296Z",
  "updatedAt": "2025-07-02T18:21:41.000Z",
  "versionId": "eab08bea-e34a-4a66-98fe-51afbdb62c50",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "d19e2375-a15a-4498-9934-31fce6606dcb": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7806edb2-9c94-44e2-bf86-3f9098d1df44": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c1e2c713-e9c3-48da-94e8-13c6e77795f0": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "73287e47-86be-4dfe-90d3-ce0b2abb2e7d": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9d13961d-b235-4995-9d02-933d2463c67c": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e6349dc2-e89a-4d53-b5c4-11c64f19053e": {
      "ai_tool": [
        [
          {
            "node": "f192938e-1bd8-4c5b-9d75-57eee5575904",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - エンジニアリング, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ3
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34