← Back to Plugins
MCP Server MCP

Google Tasks MCP Server

github By github 👁 1 views ▲ 0 votes

Manage Google Tasks from MCP-compatible AI clients.

Homepage Verified source GitHub

Install

uvx google-tasks-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "google-tasks-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth client ID from the user's Google Cloud project.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret from the user's Google Cloud project.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "OAuth callback URL for the user's local or hosted server.",
          "isRequired": true,
          "format": "string",
          "name": "GOOGLE_REDIRECT_URI"
        },
        {
          "description": "Persistent SQLite database path for tokens and cache.",
          "format": "string",
          "name": "DB_PATH"
        },
        {
          "description": "Optional default tasklist title or ID.",
          "format": "string",
          "name": "DEFAULT_TASKLIST"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...