This repository provides an MCP server that integrates with Google Tasks, enabling users to list, search, create, update, and delete tasks, as well as manage task lists. This repository provides
This MCP server integrates with Google Tasks, enabling listing, reading, searching, creating, updating, and deleting tasks. It provides a set of tools and resources for interacting with Google Tasks programmatically.
gtasks:///<task_id>
): Represents individual tasks, supporting read operations for details like title, status, due date, and notes. Supports listing, reading, creating, updating, and deleting using the provided tools.gcp-oauth.keys.json
, and place it in the root directory.npm run build
or npm run watch
.Install automatically via Smithery:
npx -y @smithery/cli install @zcaceres/gtasks --client claude
auth
argument: npm run start auth
..gdrive-server-credentials.json
in the root directory.Integrate with the desktop app by adding the server configuration.
zcaceres/gtasks-mcp
December 17, 2024
March 28, 2025
TypeScript