io.github.alvinjchoi/gtasks-mcp
NPM · @ALVINCRAVE/GTASKS-MCP · SCANNED AUG 3
Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
Available components
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. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.0.1, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (68 of 72), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 571 tokens (~63/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @alvincrave/gtasks-mcp
claude mcp add alvinjchoi-gtasks-mcp -- npx -y @alvincrave/gtasks-mcp
codex mcp add alvinjchoi-gtasks-mcp -- npx -y @alvincrave/gtasks-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"alvinjchoi-gtasks-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@alvincrave/gtasks-mcp"
],
"enabled": true
}
}
} openclaw mcp add alvinjchoi-gtasks-mcp --command npx --arg -y --arg @alvincrave/gtasks-mcp
mcp_servers:
alvinjchoi-gtasks-mcp:
command: "npx"
args: ["-y", "@alvincrave/gtasks-mcp"] {
"mcpServers": {
"alvinjchoi-gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +23
- CVE-2025-66414 affects this package: high ▼ security
- CVE-2026-41907 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- MCP protocol: unverified → fail ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 +13
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −38
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 28 Jul 26 +22
- 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 functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@alvincrave/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes | |
| GHSA-w5hq-g745-h8pq | CVE-2026-41907 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
Dependencies 68 packages
68 packages in the resolved dependency tree · 68 deprecated · 20 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
clear ~29
Clear completed tasks from a Google Tasks task list
| Name | Type | Req | Description |
|---|---|---|---|
| taskListId | string | yes | Task list ID |
No output schema declared.
No examples provided.
create ~63
Create a new task in Google Tasks
| Name | Type | Req | Description |
|---|---|---|---|
| due | string | — | Due date (YYYY-MM-DD or ISO 8601) |
| notes | string | — | Task notes |
| taskListId | string | — | Task list ID |
| title | string | yes | Task title |
No output schema declared.
No examples provided.
delete ~35
Delete a task in Google Tasks
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Task id |
| taskListId | string | yes | Task list ID |
No output schema declared.
No examples provided.
list ~39
List all tasks in Google Tasks
| Name | Type | Req | Description |
|---|---|---|---|
| taskListId | string | — | Task list ID to list tasks from. If omitted, lists tasks from all lists. |
No output schema declared.
No examples provided.
list_task_lists ~33
List all task lists in Google Tasks with their IDs and titles. Use this to discover list IDs before querying specific lists.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_with_tree ~89
List tasks from a specific task list in tree format (matching Google Tasks UI order). Shows parent-child hierarchy with indentation, sorted by position.
| Name | Type | Req | Description |
|---|---|---|---|
| showCompleted | boolean | — | Include completed tasks. Default: false. |
| showHidden | boolean | — | Include hidden tasks. Default: false. |
| taskListId | string | yes | Task list ID (required). Use list_task_lists to discover IDs. |
No output schema declared.
No examples provided.
move ~137
Move a task to a new position within its list or to a different list. Can reorder, indent (make subtask), or un-indent.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Task ID to move |
| taskListId | string | yes | Source task list ID |
No output schema declared.
No examples provided.
search ~46
Search for a task in Google Tasks
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
| taskListId | string | — | Task list ID to search within. If omitted, searches all lists. |
No output schema declared.
No examples provided.
update ~100
Update a task in Google Tasks
| Name | Type | Req | Description |
|---|---|---|---|
| due | string | — | Due date (YYYY-MM-DD or ISO 8601) |
| id | string | yes | 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) |
No output schema declared.
No examples provided.