Google Tasks integration for AI agents.
Google Tasks integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Google Tasks tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Google Tasks actions, managed and audited.
Your user connects Google Tasks once; your agent can then secure AI-agent actions — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Google Tasks access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported Google Tasks tools.
14 tools are generated from the published Google Tasks catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 14 tools. All published catalog entries are included in this page's server-rendered HTML.
- Tasks Tasklists Delete
- Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted.
- tasklists
- Tasks Tasklists Get
- Returns the authenticated user's specified task list.
- tasklists
- Tasks Tasklists Insert
- Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time.
- tasklists
- Tasks Tasklists List
- Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time.
- tasklists
- Tasks Tasklists Patch
- Updates the authenticated user's specified task list. This method supports patch semantics.
- tasklists
- Tasks Tasklists Update
- Updates the authenticated user's specified task list.
- tasklists
- Tasks Tasks Clear
- Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.
- tasks
- Tasks Tasks Delete
- Deletes the specified task from the task list. If the task is assigned, both the assigned task and the original task (in Docs, Chat Spaces) are deleted. To delete the assigned task only, navigate to the assignment surface and unassign the task from there.
- tasks
- Tasks Tasks Get
- Returns the specified task.
- tasks
- Tasks Tasks Insert
- Creates a new task on the specified task list. Tasks assigned from Docs or Chat Spaces cannot be inserted from Tasks Public API; they can only be created by assigning them from Docs or Chat Spaces. A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
- tasks
- Tasks Tasks List
- Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
- tasks
- Tasks Tasks Move
- Moves the specified task to another position in the destination task list. If the destination list is not specified, the task is moved within its current list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks. A user can have up to 2,000 subtasks per task.
- tasks
- Tasks Tasks Patch
- Updates the specified task. This method supports patch semantics.
- tasks
- Tasks Tasks Update
- Updates the specified task.
- tasks
Google Tasks integration, answered
- How do AI agents use Google Tasks through Open Connector?
- Your user connects Google Tasks once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes Google Tasks tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a Google Tasks MCP server?
- Yes. Open Connector can serve Google Tasks as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call Google Tasks actions with credentials injected server-side.
- Where do Google Tasks credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents Google Tasks — keep the keys.
Open source, self-hostable, with Google Tasks credentials that never leave your infrastructure. Run it from source today.