Google Tasks MCP for Claude Code
io.github.a1-x-tech/mcp-google-tasks
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
client:Claude Code
transport:stdio
runtime:npm
Install Google Tasks MCP in Claude Code
run in your project directory
claude mcp add mcp-google-tasks -e GOOGLE_TASKS_CLIENT_ID=<GOOGLE_TASKS_CLIENT_ID> -e GOOGLE_TASKS_CLIENT_SECRET=<GOOGLE_TASKS_CLIENT_SECRET> -e GOOGLE_TASKS_REFRESH_TOKEN=<GOOGLE_TASKS_REFRESH_TOKEN> -e GOOGLE_TASKS_ACCESS_TOKEN=<GOOGLE_TASKS_ACCESS_TOKEN> -e GOOGLE_TASKS_OAUTH_PORT=<GOOGLE_TASKS_OAUTH_PORT> -e GOOGLE_TASKS_API_BASE=<GOOGLE_TASKS_API_BASE> -e GOOGLE_TASKS_TIMEOUT_MS=<GOOGLE_TASKS_TIMEOUT_MS> -e GOOGLE_TASKS_MAX_RETRIES=<GOOGLE_TASKS_MAX_RETRIES> -- npx -y mcp-google-tasks
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs