Skip to content
Cline

google tasks for Cline

io.github.girmmy/google-tasks

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

client:Cline transport:stdio runtime:npm

Install google tasks in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "@girmmy/google-tasks-mcp-server"
      ],
      "env": {
        "GOOGLE_TASKS_CLIENT_SECRET": "<GOOGLE_TASKS_CLIENT_SECRET>",
        "GOOGLE_TASKS_TOKEN_PATH": "<GOOGLE_TASKS_TOKEN_PATH>",
        "GOOGLE_TASKS_OAUTH_PORT": "<GOOGLE_TASKS_OAUTH_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

google tasks in other clients