MCP server for interacting with Google Tasks
Gtasks MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for interacting with Google Tasks.
This MCP server integrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.
Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Gtasks MCP is connected, these are the calls the assistant has available:
search — Search for tasks in Google TasksInput — query (string): Search querylist — List all tasks in Google Taskscreate — Create a new task in Google Tasksupdate — Update an existing task in Google Tasksdelete — Delete a task in Google Tasksclear — Clear completed tasks from a Google Tasks task listTools — The Tools tool exposed by this serverResources — The Resources tool exposed by this serverAuthentication — 1. Run the server with the auth argument: npm run start auth 2. This will open an authentication flow in your system browser 3. Complete theThis sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gtasks MCP's toolset — search, Input, list and 7 more — is a fair guide to whether it matches your workflow. It is maintained by zcaceres; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gtasks MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search | Search for tasks in Google Tasks |
| Input | query (string): Search query |
| list | List all tasks in Google Tasks |
| create | Create a new task in Google Tasks |
| update | Update an existing task in Google Tasks |
| delete | Delete a task in Google Tasks |
| clear | Clear completed tasks from a Google Tasks task list |
| Tools | The Tools tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
| Authentication | 1. Run the server with the auth argument: npm run start auth 2. This will open an authentication flow in your system browser 3. Complete the authentication process 4. Credentials will be saved in the root of this repo (i |
{
"mcpServers": {
"gtasks": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.