by zcaceres · MCP Server · ★ 109
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Google Tasks MCP Server This MCP server integrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks. Components Tools search Search for tasks in Google Tasks Input: (string): Search query Returns matching tasks with details list List all tasks in Google Tasks Optional input: (string): Cursor for pagination Returns a list of all tasks create Create a new task in Google Tasks Input: (string, optional): Task list ID (string, required): Task title (string, optional): Task notes (string, optional): Due date Returns confirmation of task creation update Update an existing task in Google Tasks Input: (string, optional): Task list ID (string, required): Task ID (string, required): Task URI (string, optional): New task title (string, optional): New task notes (string, optional): New task status ("needsAction" or "completed") (string, optional): New due date Returns confirmation of task update delete Delete a task in Google Tasks Input: (string, required): Task list ID (string, required): Task ID Re
| Stars | 109 |
| Forks | 40 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 70.4244224977223/100 |
| Open Issues | 18 |
| Last Updated | 2026-03-10 |
| Created | 2024-12-17 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~76k |
These tools work well together with gtasks-mcp for enhanced workflows:
Explore other popular mcp server tools:
gtasks-mcp is A Google Tasks Model Context Protocol Server for Claude. It is categorized as a MCP Server with 109 GitHub stars.
gtasks-mcp is primarily written in TypeScript.
You can find installation instructions and usage details in the gtasks-mcp GitHub repository at github.com/zcaceres/gtasks-mcp. The project has 109 stars and 40 forks, indicating an active community.
gtasks-mcp is released under the MIT license, making it free to use and modify according to the license terms.