gtasks-mcp
The Google Tasks MCP Server is designed to integrate with Google Tasks, enabling users to manage tasks through various operations like search, list, create, update, delete, and clear. It supports reading and manipulating task data within the Google Tasks environment, making it a comprehensive solution for task management.
How do I authenticate with Google Tasks?
Run the server with the auth
argument using npm run start auth
, and complete the authentication process in your browser.
What is required to set up the server?
You need to create a Google Cloud project, enable the Google Tasks API, configure OAuth consent, and create an OAuth Client ID.
Can I use this server with a desktop application?
Yes, you can integrate the server with a desktop app by configuring the server settings in your app's configuration file.
What tools are available for task management?
The server provides tools for searching, listing, creating, updating, deleting, and clearing tasks.
Is pagination supported when listing tasks?
Yes, the list
tool supports pagination through the use of a cursor.