# @girmmy/google-tasks-mcp-server

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.0.3
- **Author:** io.github.girmmy
- **License:** MIT
- **npm:** @girmmy/google-tasks-mcp-server
- **Source:** https://github.com/girmmy/google-tasks-mcp-server
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 18 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-06T05:54:17.843Z
- **Version scanned:** 1.0.1
- **CVEs:** none found by OSV at scan time

## Tools

14 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `google_tasks_list_tasklists`
- `google_tasks_get_tasklist` — Fetch metadata for a single Google Task list by ID. Args: - tasklist_id (string): ID of the task list (from google_tasks_list_tasklists) - response_format ('mar
- `google_tasks_create_tasklist` — Create a new Google Task list (a new top-level container, e.g. "Work" or "Groceries"). Args: - title (string): Title for the new list - response_format ('markdo
- `google_tasks_update_tasklist` — Rename an existing Google Task list. Args: - tasklist_id (string): ID of the task list to rename - title (string): New title - response_format ('markdown' | 'js
- `google_tasks_delete_tasklist` — Permanently delete a Google Task list AND all tasks in it. This cannot be undone and cannot target the '@default' list. Args: - tasklist_id (string): ID of the 
- `google_tasks_list_tasks`
- `google_tasks_get_task` — Fetch full details for a single task by ID. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the
- `google_tasks_create_task`
- `google_tasks_update_task`
- `google_tasks_complete_task` — Mark a task as completed. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the task to complete 
- `google_tasks_reopen_task` — Mark a completed task as not-done (status back to 'needsAction'). Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_
- `google_tasks_delete_task` — Permanently delete a single task. This cannot be undone. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (strin
- `google_tasks_move_task`
- `google_tasks_clear_completed_tasks` — Clear all completed tasks from a task list. Cleared tasks are hidden from the default view (they become 'hidden' and won't reappear unless show_hidden=true is p

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"google-tasks-mcp-server\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@girmmy/google-tasks-mcp-server\"\n      ],\n      \"env\": {\n        \"GOOGLE_TASKS_CLIENT_SECRET\": \"<YOUR_GOOGLE_TASKS_CLIENT_SECRET>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_TASKS_CLIENT_SECRET` — Google Tasks Client Secret (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an oauth grant.
- Floor 59, ceiling 59 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40girmmy%2Fgoogle-tasks-mcp-server
- Install plan: https://forgeregistry.com/api/v1/packages/%40girmmy%2Fgoogle-tasks-mcp-server/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40girmmy%2Fgoogle-tasks-mcp-server
- HTML page: https://forgeregistry.com/registry/%40girmmy%2Fgoogle-tasks-mcp-server
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
