google-tasks-mcp

nabla-sniffer/google-tasks-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for Google Tasks — Node.js/TypeScript, exposes list/create/complete/update/delete tools via the official MCP SDK
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "nabla-sniffer/google-tasks-mcp"
      ]
    }
  }
}

README Excerpt

Personal MCP server exposing Google Tasks as tools for Claude Code. - `list_task_lists` - `list_tasks` (taskListId, includeCompleted?) - `create_task` (taskListId, title, notes?, due?) - `complete_task` (taskListId, taskId) - `delete_task` (taskListId, taskId) - `update_task` (taskListId, taskId, title?, notes?, due?)

Tools (1)

list_task_lists