google-tasks-mcp

xX-its-amit-Xx/google-tasks-mcp
★ 0 stars TypeScript AI/LLM Updated today
Remote MCP server exposing Google Tasks as tools, on Cloudflare Workers
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-tasks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xX-its-amit-Xx/google-tasks-mcp"
      ]
    }
  }
}

README Excerpt

A remote [MCP](https://modelcontextprotocol.io) server that exposes **your Google Tasks** as tools, hosted on **Cloudflare Workers**, so you can add it to Claude.ai as a custom connector. - **Transport:** SSE *and* Streamable HTTP, via the `agents` SDK's `McpAgent` (a SQLite-backed Durable Object). - **Auth to Google:** a single stored refresh token (your account only) exchanged for short-lived access tokens, cached until expiry.

Tools (6)

create_taskdelete_tasklist_tasklistslist_tasksset_task_statusupdate_task