Google Tasks MCP Server
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_IDrequiredsecret
Google OAuth client ID from the user's Google Cloud project.
GOOGLE_CLIENT_SECRETrequiredsecret
Google OAuth client secret from the user's Google Cloud project.
GOOGLE_REDIRECT_URIrequired
OAuth callback URL for the user's local or hosted server.
DB_PATHPersistent SQLite database path for tokens and cache.
DEFAULT_TASKLISTOptional default tasklist title or ID.
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.