google-tasks-mcp
Provides tools for managing Google Tasks, including listing task lists, creating, updating, completing, and deleting tasks, as well as filtering tasks by due or completion dates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google-tasks-mcpList my tasks due this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
google-tasks-mcp
自建的 Google Tasks MCP server,透過 Google Tasks API 提供讀寫(CRUD)。 給 Claude Code 用來讀任務、產週報、管理任務。
提供的工具
工具 | 說明 |
| 列出所有任務清單(id + 標題) |
| 新增任務清單 |
| 列出任務,支援 |
| 取得單一任務完整內容 |
| 新增任務(可設 notes、due、子任務) |
| 更新任務欄位(title/notes/due/status) |
| 標記完成 |
| 刪除任務 |
Related MCP server: Google Tasks MCP Server
🚀 給同事的快速安裝說明
跟著這 5 步做,約 5 分鐘就能在你自己的 Claude Code 用 Google Tasks。
事前準備
已安裝 Node.js(18 以上):終端機打
node -v有版本號即可。已安裝 Claude Code:終端機打
claude --version有版本號即可。準備好
credentials.json(見步驟 2)。
步驟
1️⃣ 解壓縮 + 安裝
把 zip 解壓到你想放的位置(路徑建議不要有特殊符號),在該資料夾開終端機執行:
npm install
npm run build2️⃣ 放入 credentials.json
自己建:照本文件下方〈一次性設定 → 1. 建立 GCP OAuth 憑證〉建立一組 Desktop app 憑證,下載後改名
credentials.json放進資料夾。
3️⃣ 用「你自己的」Google 帳號授權一次
npm run auth會自動開瀏覽器 → 選你自己的 Google 帳號 → 若出現「未驗證的應用程式」點 進階 → 繼續前往 → 按 允許。
成功後資料夾會多出 token.json(這是你個人的存取憑證,不要傳給任何人)。
⚠️ 若這步出現 TLS/憑證錯誤,先暫時關閉防毒軟體的「HTTPS 掃描」再重試。
4️⃣ 註冊到 Claude Code
把下面路徑換成你「解壓後資料夾」的絕對路徑(注意結尾是 \build\index.js):
claude mcp add google-tasks -s user -- node "C:\你的路徑\google-tasks-mcp\build\index.js"驗證有沒有成功:
claude mcp list看到 google-tasks: ... - ✓ Connected 就對了。
5️⃣ 重開 Claude Code
關掉再重開(或開新 session),就能直接對 Claude 說「列出我的任務」「幫我產週報」。
常見問題
claude mcp list顯示 ✗ 或紅字:多半是步驟 4 路徑打錯,或還沒做步驟 2/3。重新確認絕對路徑、credentials.json有放、token.json有產生。叫不到 google-tasks 工具:MCP 只在「開啟 session 時」載入,務必重開 Claude Code。
讀不到「被指派」的任務(有 👥 圖示):本 server 的
list_tasks已預設帶showAssigned:true,正常可讀到;若自行改過參數記得保留。
⚠️ 安全提醒
token.json = 你 Google 帳號的存取權,credentials.json = 機密。這兩個檔都不要外傳、不要上傳公開 Git(本專案已用 .gitignore 擋掉)。
一次性設定
1. 建立 GCP OAuth 憑證
開 https://console.cloud.google.com/ ,選一個專案(或新建)。
啟用 API:APIs & Services → Library → 搜尋「Google Tasks API」→ Enable。
OAuth 同意畫面:APIs & Services → OAuth consent screen
User type 選 Internal(Workspace 帳號可用,最簡單); 若不能選 Internal 就選 External,並在 Test users 加入自己的 email。
填 App name、support email、developer email 即可。
建立憑證:APIs & Services → Credentials → Create Credentials → OAuth client ID
Application type 選 Desktop app → Create。
點 Download JSON。
2. 放置憑證並授權
把下載的 JSON 改名為
credentials.json,放進這個資料夾根目錄。在這個資料夾執行:
npm install npm run build npm run authnpm run auth會開瀏覽器 → 用公司帳號登入 → 同意授權。 成功後會產生token.json(存 refresh token,之後不用再登入)。⚠️ 若
npm run auth出現 TLS/憑證錯誤,先暫時關閉 Avast 的 HTTPS 掃描再重試
3. 把 MCP server 加進 Claude Code
在任意終端機執行(user scope,全域可用):
claude mcp add google-tasks -s user -- node "C:\Users\w7426\Desktop\claude code\google-tasks-mcp\build\index.js"然後重開 Claude Code,下一個 session 就會出現 google-tasks 的工具。
重新授權
刪掉 token.json 再跑一次 npm run auth 即可。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceIntegrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.157MIT
- Alicense-qualityCmaintenanceIntegrates with Google Tasks to enable searching, listing, creating, updating, and deleting tasks through MCP tools. It provides a comprehensive interface for managing task lists and individual task details via the Google Tasks API.MIT
- Alicense-qualityDmaintenanceMCP server for the Google Tasks API that enables AI agents to read, create, update, delete, and manage Google Tasks.29MIT
- Alicense-qualityDmaintenanceIntegrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.MIT
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khun1001/google-tasks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server