Google Tasks MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google Cloud OAuth Client ID | |
| GOOGLE_REDIRECT_URI | No | The OAuth redirect URI | http://localhost:3000/oauth2callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud OAuth Client Secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| authenticateB | Get URL to authenticate with Google Tasks |
| set-auth-codeC | Set the authentication code received from Google OAuth flow |
| list-tasklistsB | List all task lists |
| get-tasklistC | Get a task list by ID |
| create-tasklistC | Create a new task list |
| update-tasklistC | Update an existing task list |
| delete-tasklistC | Delete a task list |
| list-tasksC | List all tasks in a task list |
| get-taskC | Get a specific task by ID |
| create-taskC | Create a new task in a task list |
| update-taskC | Update an existing task |
| delete-taskC | Delete a task |
| complete-taskC | Mark a task as completed |
| move-taskC | Move a task to another position |
| clear-completed-tasksC | Clear all completed tasks from a task list |
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
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/arpitbatra123/mcp-googletasks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server