@modelcontextprotocol/server-gtasks

general MCP Server

A Google Tasks Model Context Protocol Server for Claude

Install Ready
generalgeneralgcp
5 views142 stars54 forksv0.0.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
142
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @modelcontextprotocol/server-gtasks

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "modelcontextprotocol-server-gtasks": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/server-gtasks"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

15
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (15)

update

Update an existing task in Google Tasks

create

Create a new task in Google Tasks

search

Search for tasks in Google Tasks

due

(string, optional): New due date

title

(string, optional): New task title

list

List all tasks in Google Tasks

Optional

input: `cursor` (string): Cursor for pagination

id

(string, required): Task ID

uri

(string, required): Task URI

clear

Clear completed tasks from a Google Tasks task list

status

(string, optional): New task status ("needsAction" or "completed")

Input

`taskListId` (string, required): Task list ID

notes

(string, optional): New task notes

Returns

confirmation of cleared tasks

delete

Delete a task in Google Tasks