Google Tasks MCP ServerServer

zcaceres
GitHub
Google TasksTask ManagementApp Automation

Loading subscription status...

💡 Description

This MCP server integrates with Google Tasks, allowing listing, reading, searching, creating, updating, and deleting tasks.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gtasks": {
        "args": [
          "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
        ],
        "command": "/opt/homebrew/bin/node"
      }
    }
  ]
}

🛠️ Tools

SearchListCreateUpdateDeleteClear

Features

  • Integration with Google Tasks API
  • Ability to create, read, update, and delete tasks
  • Supports accessing task details including title, status, due date, notes, and other metadata

💬 Example Queries

  • Search for tasks in Google ToDo based on a query
  • List all tasks in Google Tasks
  • Create a new task in Google Tasks
  • Update an existing task in Google Tasks
  • Delete a specific task in Google Tasks