Google Tasks MCP
Related Servers
Alternatives to Google Tasks MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables LLMs like Claude to manage Google Tasks by listing, creating, updating, completing, and deleting tasks and task lists, including setting due dates and notes.MIT
- FlicenseAqualityDmaintenanceEnables managing Google Tasks (list, add, complete, delete, update) using natural language commands in Claude Code through an Apps Script webhook.66 npm-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Tasks, including listing, creating, updating, deleting, and completing tasks via the Google Tasks API.31 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables managing Google Tasks through natural language, including listing, creating, completing, deleting, and updating tasks.57 npm1MIT
- AlicenseAqualityAmaintenanceEnables AI agents to read and manage a user's Google Tasks, including creating, editing, completing, moving, and deleting tasks and task lists via the Google Tasks API.14MIT
- AlicenseAqualityCmaintenanceEnables Claude to read, create, update, and delete Google Calendar events directly through natural language.675 npmMIT
TDQS
Scored across 9 tools
Most tools map cleanly to distinct actions and resources. complete_task and reopen_task overlap somewhat with update_task, but their specialized status-only purpose is clearly documented.
All tools follow a consistent verb_noun pattern using snake_case, such as list_tasks, create_task, update_task, and clear_completed_tasks. No naming conventions are mixed.
Nine tools is a well-scoped size for a Google Tasks MCP server. Each tool covers a core task management operation without unnecessary bloat.
Task-level lifecycle coverage is strong: list, get, create, update, delete, complete, and reopen are all present. However, task list management is limited to listing lists; there is no way to create, rename, or delete a task list, which is a notable gap for this domain.