← Back to Plugins
MCP Server MCP

io.github.alvinjchoi/gtasks-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @alvincrave/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@alvincrave/gtasks-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth client ID",
          "isRequired": true,
          "format": "string",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Google OAuth refresh token with Tasks scope",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...