akutishevsky/google-tasks-mcp
If you are the rightful owner of google-tasks-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that integrates Google Tasks with Claude and other MCP-compatible clients, enabling task management through natural conversation.
Tools
Functions exposed to the LLM to take actions
list_task_lists
Returns all the authenticated user's task lists.
get_task_list
Returns a specific task list.
insert_task_list
Creates a new task list.
update_task_list
Updates a task list (full update).
patch_task_list
Updates a task list (partial update).
delete_task_list
Deletes a task list.
list_tasks
Returns all tasks in a task list.
get_task
Returns a specific task.
insert_task
Creates a new task.
update_task
Updates a task (full update).
patch_task
Updates a task (partial update).
delete_task
Deletes a task.
clear_completed_tasks
Clears all completed tasks from a list.
move_task
Moves a task to a different position or parent.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client