Google Tasks MCP ServerServer

mstfe
GitHub
task managementGoogle TasksMCP

Loading subscription status...

💡 Description

A TypeScript Model Context Protocol (MCP) server for managing Google Tasks. It allows users to create, list, update, delete, and toggle the completion status of tasks efficiently and structurally.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Tasks MCP Server": {
        "env": {},
        "args": [],
        "command": "node build/index.js"
      }
    }
  ]
}

🛠️ Tools

create_tasklist_tasksdelete_taskupdate_taskcomplete_task

Features

  • Integration with Google Tasks API
  • Supports creation, listing, updating, and deletion of tasks
  • Switches task completion status easily

💬 Example Queries

  • Create a task titled 'Complete project' with notes 'Finalize module 3'
  • List all tasks in the default task list
  • Delete the task with ID 'unique-task-id'
  • Update the task with ID 'unique-task-id' to have a new title 'Updated task title' and new notes 'Updated task notes'
  • Complete the task with ID 'unique-task-id'