타스크 관리자 MCP
중급
이것은Project Management분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 GoogleTasksTool, McpTrigger 등의 노드를 사용하며. 완전한 Google Tasks 관리: 자동으로 작업 생성, 업데이트 및 삭제
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
사용된 노드 (7)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "VSwy7P7y6qbYIjEB",
"meta": {
"instanceId": "e56288a9b12ad2dc7c19cc4170f20f7abcacaad5fb3972dd882c9ce4f34e7668",
"templateCredsSetupCompleted": true
},
"name": "Task Manager MCP",
"tags": [],
"nodes": [
{
"id": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"name": "태스크 매니저",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
0,
0
],
"webhookId": "c02feae0-7a45-4b13-b9e1-10b2dd788093",
"parameters": {
"path": "c02feae0-7a45-4b13-b9e1-10b2dd788093"
},
"typeVersion": 2
},
{
"id": "efcaaac2-6b09-48c2-ac1c-d4942bb84ce0",
"name": "Google Tasks에서 작업 생성",
"type": "n8n-nodes-base.googleTasksTool",
"position": [
-160,
208
],
"parameters": {
"task": "MDM1NDg1NzcxMjIyNzg5NzQ1ODI6MDow",
"title": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Title', ``, 'string') }}",
"additionalFields": {
"notes": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Notes', ``, 'string') }}",
"dueDate": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Due_Date', `Always use future dates`, 'string') }}"
}
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "w66NRU7eE1oAWYpS",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "8d802ad1-92f8-4cd0-8c4a-b6676745da6b",
"name": "Google Tasks에서 작업 조회",
"type": "n8n-nodes-base.googleTasksTool",
"position": [
16,
224
],
"parameters": {
"task": "MDM1NDg1NzcxMjIyNzg5NzQ1ODI6MDow",
"taskId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Task_ID', ``, 'string') }}",
"operation": "get"
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "w66NRU7eE1oAWYpS",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "ae1f7fea-55a2-4a42-940d-ee8605a7cf86",
"name": "Google Tasks에서 작업 삭제",
"type": "n8n-nodes-base.googleTasksTool",
"position": [
528,
192
],
"parameters": {
"task": "MDM1NDg1NzcxMjIyNzg5NzQ1ODI6MDow",
"taskId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Task_ID', ``, 'string') }}",
"operation": "delete"
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "w66NRU7eE1oAWYpS",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "40342364-e557-457b-bd0b-b052bafbd301",
"name": "Google Tasks에서 다중 작업 조회",
"type": "n8n-nodes-base.googleTasksTool",
"position": [
192,
304
],
"parameters": {
"task": "MDM1NDg1NzcxMjIyNzg5NzQ1ODI6MDow",
"operation": "getAll",
"returnAll": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Return_All', ``, 'boolean') }}",
"additionalFields": {
"dueMax": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Due_Max', ``, 'string') }}",
"dueMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Due_Min', ``, 'string') }}",
"updatedMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Updated_Min', ``, 'string') }}",
"completedMax": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Completed_Max', ``, 'string') }}",
"completedMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Completed_Min', ``, 'string') }}",
"showCompleted": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Show_Completed', ``, 'boolean') }}"
}
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "w66NRU7eE1oAWYpS",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "548abfd8-6eca-4932-a88d-b8e8ec51162b",
"name": "작업 완료",
"type": "n8n-nodes-base.googleTasksTool",
"position": [
352,
224
],
"parameters": {
"task": "MDM1NDg1NzcxMjIyNzg5NzQ1ODI6MDow",
"taskId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Task_ID', `Pass the task_id of the task to be completed`, 'string') }}",
"operation": "update",
"updateFields": {
"notes": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Notes', ``, 'string') }}",
"title": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Title', ``, 'string') }}",
"status": "completed",
"dueDate": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Due_Date', ``, 'string') }}",
"completed": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Completion_Date', `Pass the date when the task is completed`, 'string') }}"
}
},
"credentials": {
"googleTasksOAuth2Api": {
"id": "w66NRU7eE1oAWYpS",
"name": "Google Tasks account"
}
},
"typeVersion": 1
},
{
"id": "883bb40c-dba0-4897-9ee3-d97a74675c51",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-672,
-128
],
"parameters": {
"color": 6,
"width": 464,
"height": 624,
"content": "# 📋 Google Tasks MCP\n\n## What this does:\nComplete task management system for Google Tasks - create, read, update, and delete tasks all in one place!\n\n## 🔧 Quick Setup:\n1. **Connect Google Tasks** - Add your Google account credentials\n2. **Test each node** - Run individually to verify connections\n3. **Deploy** - Activate webhook/trigger for live use\n\n## 💡 Use Cases:\n- **Automate task creation** from forms, emails, or schedules\n- **Bulk task management** for project planning\n- **Task completion tracking** with notifications\n- **Integration hub** for other productivity apps\n\n## ⚡ Pro Tips:\n- Use the \"Get many tasks\" node for batch operations\n- Set up error handling between nodes for reliability\n- Test with a small task list first before scaling\n\n*Perfect for automating your productivity workflow!* ✨"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6a06765c-e334-47c7-8d1e-fe56dd990d05",
"connections": {
"548abfd8-6eca-4932-a88d-b8e8ec51162b": {
"ai_tool": [
[
{
"node": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"type": "ai_tool",
"index": 0
}
]
]
},
"8d802ad1-92f8-4cd0-8c4a-b6676745da6b": {
"ai_tool": [
[
{
"node": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"type": "ai_tool",
"index": 0
}
]
]
},
"efcaaac2-6b09-48c2-ac1c-d4942bb84ce0": {
"ai_tool": [
[
{
"node": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"type": "ai_tool",
"index": 0
}
]
]
},
"ae1f7fea-55a2-4a42-940d-ee8605a7cf86": {
"ai_tool": [
[
{
"node": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"type": "ai_tool",
"index": 0
}
]
]
},
"40342364-e557-457b-bd0b-b052bafbd301": {
"ai_tool": [
[
{
"node": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 프로젝트 관리
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Jarvis 템플릿
Jarvis: MCP를 기반으로 한 작업, 캘린더, 이메일 및 비용 관리 생산성 AI 대리인
Switch
Telegram
Gmail Tool
+
Switch
Telegram
Gmail Tool
47 노드Jitesh Dugar
기타
회의록 및 액션 아이템 트래커
AI 기반 회의록: GPT-4, 작업 할당 및 다중 채널 배포 활용
If
Set
Code
+
If
Set
Code
38 노드Jitesh Dugar
콘텐츠 제작
AI 기반 고객 온보딩 프로세스(JotForm, Asana, Slack 및 HubSpot)
AI 기반 고객 온보딩 프로세스(JotForm, Asana, Slack 및 HubSpot)
Code
Asana
Gmail
+
Code
Asana
Gmail
21 노드Jitesh Dugar
청구서 첨부 파일이 있나요?
GPT-4o 사기 감지와 QuickBooks로 인voice 자동 추출 및 승인
If
Code
Gmail
+
If
Code
Gmail
22 노드Jitesh Dugar
검증된 제품 반품 가이드 생성기
이메일 인증, PDF/이미지 생성 및 QR 코드를 사용한 이커머스 반품 가이드 자동화
Set
Code
Gmail
+
Set
Code
Gmail
23 노드Jitesh Dugar
콘텐츠 제작
GPT-4 분석 및 JotForm을 사용한 퇴사 면담으로 직원 퇴사 프로세스 자동화
GPT-4 분석과 JotForm 퇴사 면담을 사용한 직원 퇴사 프로세스 자동화
If
Set
Code
+
If
Set
Code
20 노드Jitesh Dugar
워크플로우 정보
난이도
중급
노드 수7
카테고리1
노드 유형3
저자
Jitesh Dugar
@jiteshdugarAI Automation Specialist - OpenAI, CRM & Automation Expert with a solid understanding of various tools that include Zapier, Make, Zoho CRM, Hubspot, Google Sheets, Airtable, Pipedrive, Google Analytics, and more.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유