Skip to main content
Glama
arpitbatra123

Google Tasks MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLIENT_IDYesYour Google Cloud OAuth Client ID
GOOGLE_REDIRECT_URINoThe OAuth redirect URIhttp://localhost:3000/oauth2callback
GOOGLE_CLIENT_SECRETYesYour Google Cloud OAuth Client Secret

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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