Service Online

Google Tasks MCP Server

Task management for AI assistants via the Model Context Protocol

An open source MCP server that lets AI assistants like Claude manage your Google Tasks through natural language. Create, update, organize, and complete tasks without leaving the conversation.

Why this server

AI Integration

Connect with Claude or any MCP compatible client over a remote HTTP and SSE endpoint.

Secure and Private

AES-256 encryption for stored tokens, privacy-safe logging, and fully open source.

Full API Coverage

14 tools covering every Google Tasks API operation, from task lists to individual tasks.

OAuth 2.0

Secure authentication through Google's official OAuth flow with discovery endpoints.

Available tools

14 tools covering all Google Tasks API operations.

  • list_task_lists
  • get_task_list
  • insert_task_list
  • update_task_list
  • patch_task_list
  • delete_task_list
  • list_tasks
  • get_task
  • insert_task
  • update_task
  • patch_task
  • delete_task
  • clear_completed_tasks
  • move_task