← Index

Google Tasks MCP Server

io.github.ebmurha/google-tasks-mcp·v0.1.0·Other
Quality Score
85
/100

A private, context-efficient MCP server for Google Tasks.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "google-tasks-mcp": {
      "command": "uvx",
      "args": [
        "google-tasks-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<your-google_client_id>",
        "GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
        "GOOGLE_REDIRECT_URI": "<google_redirect_uri>",
        "DB_PATH": "<db_path>",
        "DEFAULT_TASKLIST": "<default_tasklist>"
      }
    }
  }
}
§02  Environment variables
GOOGLE_CLIENT_ID
requiredsecret

Google OAuth client ID from the user's Google Cloud project.

GOOGLE_CLIENT_SECRET
requiredsecret

Google OAuth client secret from the user's Google Cloud project.

GOOGLE_REDIRECT_URI
required

OAuth callback URL for the user's local or hosted server.

DB_PATH

Persistent SQLite database path for tokens and cache.

DEFAULT_TASKLIST

Optional default tasklist title or ID.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other