M

mcp-googletasksThis Model Context Protocol (MCP) server provides a bridge between Claude and Google Tasks, allowing you to manage your task lists and tasks directly through Claude.

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

The mcp-googletasks server provides a bridge between MCP clients and Google Tasks, allowing users to manage task lists and tasks directly from clients like Claude Desktop, Cursor, and Codex. It offers task list management and task management capabilities, including listing, getting, creating, updating, and deleting task lists and tasks. The server is set up by enabling the Google Tasks API, configuring environment variables, building the server, and configuring an MCP client.

Key features

  • Task List Management: list-tasklists, get-tasklist, create-tasklist, update-tasklist, delete-tasklist
  • Task Management: list-tasks, get-task, create-task, update-task, delete-task, complete-task, move-task, clear-completed-tasks
  • OAuth authentication with Google

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Task Management with Claude Desktop

Use the mcp-googletasks server to manage Google Tasks directly from Claude Desktop, enabling efficient task list and task management.

Integrating Google Tasks with Codex

Configure the mcp-googletasks server with Codex to integrate Google Tasks into the development workflow, streamlining task management.

Pros & Cons

Pros

  • Integrates Google Tasks with MCP clients like Claude Desktop and Codex
  • Allows for task list and task management directly from the client
  • Supports various task management operations, including listing, creating, updating, and deleting

Cons

  • Requires setting up a Google Cloud project and enabling the Google Tasks API
  • Needs configuration of environment variables and MCP client setup
  • May have limitations based on Google Tasks API capabilities and MCP client compatibility

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Are there any limitations I should know about?

Functionality is limited to what the Google Tasks API provides, so advanced features not exposed by the API (e.g., custom metadata) aren’t available, and compatibility depends on the MCP client’s support for the server’s endpoints.

Asked by Qiu Yan · Mar 12, 2026

What task operations are supported through this server?

You can list, get, create, update, and delete both task lists and individual tasks; you can also mark tasks complete, move or reorder them, and clear all completed tasks from a list.

Asked by Rasheed Osman · Feb 6, 2026

Which MCP clients can I use with the mcp-googletasks bridge?

The server works with any MCP client, including Claude Desktop, Cursor, and Codex, as long as the client is configured to point to the server’s address in its config file.

Asked by Greta Nowak · Jan 11, 2026

What steps are required to set up the mcp-googletasks server?

You must create a Google Cloud project, enable the Google Tasks API, create OAuth credentials, set the required environment variables (GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET), install dependencies with npm, build the server, and then add the server to your MCP client’s configuration.

Asked by Sanjay Gupta · Dec 21, 2025

Ask a question

MCP Servers alternatives