mcp-google-tasks

mcp-google-tasks

3.2

If you are the rightful owner of mcp-google-tasks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

AI assistants and Google Tasks integration through Model Context Protocol.

The Google Tasks MCP Server is an implementation designed to interact with the Google Tasks API using the Model Context Protocol (MCP). This server facilitates the use of Google Tasks' task management features from MCP-compatible clients, such as Cursor. The project aims to enable AI assistants to manage tasks through the MCP protocol, providing a practical example of an MCP server implementation. It includes features like fetching task lists, creating tasks, marking tasks as completed, and deleting tasks. The server is built using Node.js and requires a Google Cloud Project account for API access.

Features

  • Fetch task list collections
  • Get tasks within a specific task list
  • Create new tasks
  • Mark tasks as completed
  • Delete tasks