15. LibreTranslate MCP 서버
중급
이것은Engineering, Multimodal AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. 使AI에이전트能够통해LibreTranslate MCP服务器翻译文本및文件
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (12)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 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)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
[eBay] 물류 API MCP 서버
통해MCP服务器实现eBay物流API의AI에이전트통합
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 노드David Ashby
엔지니어링
api.clarify.io MCP 서버
Clarify API 및 AI 에이전트 통합을 사용한 오디오/비디오 데이터 검색 및 분석
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
27 노드David Ashby
엔지니어링
BIN 쿼리 API MCP 서버
BIN 카드 정보쿼리 API 커넥터, AI 대리자용, 잔액 확인 포함.
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
7 노드David Ashby
엔지니어링
배경 제거 API MCP 서버
배경 제거 API MCP 서버.
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
9 노드David Ashby
콘텐츠 제작
대학橄榄球 데이터 API MCP 서버
전체 데이터 API 접근 권한을 가진 대학橄榄球 분석 플랫폼
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
83 노드David Ashby
엔지니어링
Lyft MCP 서버
MCP를 사용하는 완전한 Lyft API 통합, 16가지 작업 지원
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
25 노드David Ashby
엔지니어링
워크플로우 정보
난이도
중급
노드 수12
카테고리2
노드 유형3
저자
David Ashby
@cfomodzA 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에서 보기 →
이 워크플로우 공유