Skip to main content
Feedback

Google Tasks MCP connector

Google Tasks is a lightweight task manager that helps you capture, organize, and track your daily to-dos across Google Workspace. The Google Tasks MCP connector allows AI agents to create and manage tasks, list task collections, and update or delete individual task items. It also supports retrieving specific task details and organizing tasks across multiple task lists.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Google Tasks MCP connector to perform the following actions:

  • Capture urgent tasks from emails and meetings in real time
  • Organize team priorities across multiple task lists by project
  • Track task completion rates to measure team productivity
  • Automate task creation from customer requests and support tickets
  • Assign and reassign tasks based on workload and deadlines
  • Send task reminders to keep teams aligned on deliverables
  • Archive completed tasks to maintain a clean task backlog

Example prompts

Use the following example prompts to invoke Google Tasks MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a task in my Work list for the client presentation next Thursday.
  • Show me all incomplete tasks in my Personal task list.
  • Add a follow-up task to contact the vendor by Friday.
  • List all my Google Tasks task lists and how many tasks are in each.
  • Mark the budget review task as completed.
  • Create three tasks for the new product launch and add them to the Marketing list.
  • Get details on the task about the Q4 strategy meeting.
  • Delete the outdated task about the old website redesign.
  • Update the priority task to include new context about the client feedback.
  • Show me tasks due this week across all my lists.

Google Tasks MCP connector tools

The Google Tasks MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
googletasks_googletaskscreatetask_invokeCreates a new task in a specified task list.
getTaskListsRetrieves all task lists associated with your account.
listTasksRetrieves all tasks from a specified task list.
createTaskCreates a new task with the provided details.
getTaskRetrieves details for a specific task.
updateTaskModifies an existing task's information.
deleteTaskRemoves a task from a task list.
On this Page