Home › Other › gtasks-mcp

gtasks-mcp

Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.

JavaScript
★ 10 stars Last pushed 2026-07-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y @alvincrave/gtasks-mcp@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "gtasks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alvincrave/gtasks-mcp@0.2.0"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>",
        "GOOGLE_REFRESH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_CLIENT_ID required — Google OAuth client ID
  • GOOGLE_CLIENT_SECRET required secret — Google OAuth client secret
  • GOOGLE_REFRESH_TOKEN required secret — Google OAuth refresh token with Tasks scope

Related servers

Data from the Official MCP Registry