Loading...
npx -y @smithery/cli install @zcaceres/gtasks --client claude{
"mcpServers": {
"gtasks": {
"command": "/opt/homebrew/bin/node",
"args": [
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
]
}
}
}searchSearch for tasks in Google Tasks based on a query.
Read-only operation, no data modification.
listList all tasks in Google Tasks.
Read-only operation, no data modification.
createCreate a new task in Google Tasks.
Adds new data, but doesn't modify existing data without explicit instruction.
updateUpdate an existing task in Google Tasks.
Modifies existing task data, potentially overwriting information.
deleteDelete a task in Google Tasks.
Irreversibly removes task data.
clearClear completed tasks from a Google Tasks task list.
Irreversibly removes completed tasks from a task list.
This server is relatively safe for read operations. However, the write and delete operations pose a moderate risk if not used carefully. Ensure proper authorization and consider implementing safeguards against accidental data loss.