Loading MCP server directory, please wait...
Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
npx @getmcp/cli add io.github.alvinjchoi/gtasks-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CLIENT_IDGoogle OAuth client ID
GOOGLE_CLIENT_SECRETGoogle OAuth client secret
GOOGLE_REFRESH_TOKENGoogle OAuth refresh token with Tasks scope
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alvinjchoi/gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REFRESH_TOKEN": ""
}
}
}
}