Skip to main content
Glama
521,191 tools. Updated 2026-09-06 10:36

"Google Tasks" matching MCP tools:

  • Add a new task to a Google Tasks list, specifying due date, notes, and position as a subtask or after an existing task.
    MIT
  • Call any Google Tasks API v1 path directly for requests typed tools don't cover, such as full-resource PUTs or custom query combinations. Auth is added automatically.
    MIT
    Destructive
  • Remove completed tasks from the default view in Google Tasks, keeping them accessible via completed status searches.
    MIT
    Destructive
  • Clear all completed tasks from a Google Tasks list with a single call. Removes clutter by hiding done items; open tasks remain unchanged.
    MIT
    Destructive

Matching MCP Servers

Matching MCP Connectors

  • Search Google Maps businesses via MCP - name, address, phone, rating, hours, GPS.

  • Recurring agent jobs that run on our servers and ping you only when the result changed.

  • Get tasks from a Google task list, filtering by due date range and including completed, hidden, or deleted tasks.
    MIT
  • Create a single task in Google Tasks. Set a due date to show it as an all-day item on Google Calendar, and optionally add notes, list, parent, or position.
    MIT
  • List tasks from Google Tasks, filtered by list or due-date range. Omit list ID to include all lists.
    MIT
  • Add a task to a Google Tasks list with title, optional due date (YYYY-MM-DD), notes, and placement as a subtask or after a sibling.
    MIT
  • Fetch tasks from a Google task list with optional filters for due/completed/updated dates, hidden/deleted status, and pagination to retrieve specific task data.
    MIT
  • Hide completed tasks in a list, removing them from the Google Tasks UI. They remain retrievable with include='all'.
    MIT
    Destructive
  • Generate a Google authentication URL to connect the Google Tasks MCP Server with your Google account for task management through Claude.
    MIT
  • Create, read, update, complete, and delete Google Tasks lists and individual tasks. Filter tasks by status or due date and manage task details through the Google Workspace MCP server.
    Apache 2.0
  • List all Google Tasks, including completed and pending items, with details like due dates and notes. Filter by status to view only pending or completed tasks.
    -