{
  "name": "Complete Google Tasks management: Create, update & delete tasks automatically",
  "nodes": [
    {
      "id": "bfbc0653-92cc-4d51-8771-ebc594cc9030",
      "name": "Task Manager",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "efcaaac2-6b09-48c2-ac1c-d4942bb84ce0",
      "name": "Create a task in Google Tasks",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        -160,
        208
      ]
    },
    {
      "id": "8d802ad1-92f8-4cd0-8c4a-b6676745da6b",
      "name": "Get a task in Google Tasks",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        16,
        224
      ]
    },
    {
      "id": "ae1f7fea-55a2-4a42-940d-ee8605a7cf86",
      "name": "Delete a task in Google Tasks",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        528,
        192
      ]
    },
    {
      "id": "40342364-e557-457b-bd0b-b052bafbd301",
      "name": "Get many tasks in Google Tasks",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        192,
        304
      ]
    },
    {
      "id": "548abfd8-6eca-4932-a88d-b8e8ec51162b",
      "name": "Complete a Task",
      "type": "n8n-nodes-base.googleTasksTool",
      "position": [
        352,
        224
      ]
    },
    {
      "id": "883bb40c-dba0-4897-9ee3-d97a74675c51",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -672,
        -128
      ],
      "parameters": {
        "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** - Ad"
      }
    }
  ],
  "connections": {
    "Complete a Task": {
      "ai_tool": [
        [
          {
            "node": "Task Manager",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get a task in Google Tasks": {
      "ai_tool": [
        [
          {
            "node": "Task Manager",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a task in Google Tasks": {
      "ai_tool": [
        [
          {
            "node": "Task Manager",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a task in Google Tasks": {
      "ai_tool": [
        [
          {
            "node": "Task Manager",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many tasks in Google Tasks": {
      "ai_tool": [
        [
          {
            "node": "Task Manager",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}