Loading MCP server directory, please wait...
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-tasksRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "",
"GOOGLE_TASKS_CLIENT_SECRET": "",
"GOOGLE_TASKS_REFRESH_TOKEN": "",
"GOOGLE_TASKS_ACCESS_TOKEN": "",
"GOOGLE_TASKS_API_BASE": "https://tasks.googleapis.com",
"GOOGLE_TASKS_TIMEOUT_MS": "60000",
"GOOGLE_TASKS_MAX_RETRIES": "3"
}
}
}
}