タスクマネージャー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基づく顧客 onboarding フロー(JotForm、Asana、Slack、HubSpot)
AIベースの顧客オンボーディングフロー(JotForm、Asana、Slack、HubSpot)
Code
Asana
Gmail
+
Code
Asana
Gmail
21 ノードJitesh Dugar
領収書添付あり?
GPT-4o による詐欺検出と QuickBooks で領支付宝を自動抽出して承認
If
Code
Gmail
+
If
Code
Gmail
22 ノードJitesh Dugar
検証済み製品の返品ガイドジェネレーター
メール検証、PDF/画像生成、QRコードを使用した EC 返品ガイドの自動化
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で表示 →
このワークフローを共有