# io.github.alvinjchoi/gtasks-mcp (npm · @alvincrave/gtasks-mcp)

Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.

- Trust score: 60/100 (medium)
- Change this week: +36
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@alvincrave/gtasks-mcp`: 60/100 (this document), [markdown](https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp.md), [page](https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp)

## Channel facts

- Registry: `npm`
- Package: `@alvincrave/gtasks-mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.0.1, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (68 of 72), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 15 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 571 tokens (~63/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add alvinjchoi-gtasks-mcp -- npx -y @alvincrave/gtasks-mcp
```

### Codex

```bash
codex mcp add alvinjchoi-gtasks-mcp -- npx -y @alvincrave/gtasks-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "alvinjchoi-gtasks-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@alvincrave/gtasks-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add alvinjchoi-gtasks-mcp --command npx --arg -y --arg @alvincrave/gtasks-mcp
```

### Hermes

```yaml
mcp_servers:
  alvinjchoi-gtasks-mcp:
    command: "npx"
    args: ["-y", "@alvincrave/gtasks-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "alvinjchoi-gtasks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alvincrave/gtasks-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 59, +23)

- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 36, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 21, +13)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 8, −38)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (9)

### `search` (~46 tokens)

Search for a task in Google Tasks

Input parameters:

- `query` (string, required): Search query
- `taskListId` (string): Task list ID to search within. If omitted, searches all lists.

### `list` (~39 tokens)

List all tasks in Google Tasks

Input parameters:

- `taskListId` (string): Task list ID to list tasks from. If omitted, lists tasks from all lists.

### `list_task_lists` (~33 tokens)

List all task lists in Google Tasks with their IDs and titles. Use this to discover list IDs before querying specific lists.

### `list_with_tree` (~89 tokens)

List tasks from a specific task list in tree format (matching Google Tasks UI order). Shows parent-child hierarchy with indentation, sorted by position.

Input parameters:

- `showCompleted` (boolean): Include completed tasks. Default: false.
- `showHidden` (boolean): Include hidden tasks. Default: false.
- `taskListId` (string, required): Task list ID (required). Use list_task_lists to discover IDs.

### `move` (~137 tokens)

Move a task to a new position within its list or to a different list. Can reorder, indent (make subtask), or un-indent.

Input parameters:

- `destinationTasklist` (string): Destination task list ID to move the task to a different list. Omit to stay in current list.
- `parent` (string): New parent task ID (makes this task a subtask). Omit to move to top level.
- `previous` (string): Task ID to position after (among siblings). Omit to place first.
- `taskId` (string, required): Task ID to move
- `taskListId` (string, required): Source task list ID

### `create` (~63 tokens)

Create a new task in Google Tasks

Input parameters:

- `due` (string): Due date (YYYY-MM-DD or ISO 8601)
- `notes` (string): Task notes
- `taskListId` (string): Task list ID
- `title` (string, required): Task title

### `clear` (~29 tokens)

Clear completed tasks from a Google Tasks task list

Input parameters:

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

### `delete` (~35 tokens)

Delete a task in Google Tasks

Input parameters:

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

### `update` (~100 tokens)

Update a task in Google Tasks

Input parameters:

- `due` (string): Due date (YYYY-MM-DD or ISO 8601)
- `id` (string, required): Task ID
- `notes` (string): Task notes
- `status` (string): Task status (needsAction or completed)
- `taskListId` (string): Task list ID
- `title` (string): Task title
- `uri` (string): Task URI (optional, kept for compatibility)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 8
- 2026-07-28: 46
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@alvincrave/gtasks-mcp
- Socket report: https://socket.dev/npm/package/@alvincrave/gtasks-mcp
- Repository: https://github.com/alvinjchoi/gtasks-mcp
- Changelog RSS feed: https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/alvinjchoi-gtasks-mcp/alvincrave-gtasks-mcp
