Skip to main content
Glama

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

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
authenticate

Get URL to authenticate with Google Tasks

set-auth-code

Set the authentication code received from Google OAuth flow

list-tasklists

List all task lists

get-tasklist

Get a task list by ID

create-tasklist

Create a new task list

update-tasklist

Update an existing task list

delete-tasklist

Delete a task list

list-tasks

List all tasks in a task list

get-task

Get a specific task by ID

create-task

Create a new task in a task list

update-task

Update an existing task

delete-task

Delete a task

complete-task

Mark a task as completed

move-task

Move a task to another position

clear-completed-tasks

Clear all completed tasks from a task list

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