Google Tasks MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_TOKEN_FILE | No | Override the Google Tasks OAuth token path. Defaults to ~/.config/google-tasks-mcp/token.json | ~/.config/google-tasks-mcp/token.json |
| GOOGLE_API_NUM_RETRIES | No | Native Google client retries per request; integer from 0 to 10. Default is 3. | 3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_task_listsA | List the authenticated user's Google task lists. |
| get_task_listA | Get one Google task list by ID. |
| create_task_listC | Create a Google task list. |
| update_task_listA | Rename a Google task list. |
| delete_task_listA | Permanently delete a Google task list. Requires explicit confirmation. |
| list_tasksA | List tasks in a Google task list with filters and pagination. |
| get_taskA | Get one task by task-list ID and task ID. |
| create_taskA | Create a task, optionally as a subtask or after a sibling. |
| update_taskA | Patch a task's title, notes, due date, or status. Use null to clear notes or due. |
| complete_taskB | Mark a task completed. |
| reopen_taskA | Mark a completed task as needing action again. |
| move_taskA | Reorder a task, change its parent, or move it to another task list. |
| delete_taskA | Permanently delete a task. Requires explicit confirmation. |
| clear_completed_tasksA | Hide all completed tasks in a list. Requires explicit confirmation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phamviet86/google-task-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server