Google Tasks MCP for Windsurf
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:Windsurf
transport:stdio
runtime:npm
Install Google Tasks MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-google-tasks": {
"command": "npx",
"args": [
"-y",
"mcp-google-tasks"
],
"env": {
"GOOGLE_TASKS_CLIENT_ID": "<GOOGLE_TASKS_CLIENT_ID>",
"GOOGLE_TASKS_CLIENT_SECRET": "<GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_REFRESH_TOKEN": "<GOOGLE_TASKS_REFRESH_TOKEN>",
"GOOGLE_TASKS_ACCESS_TOKEN": "<GOOGLE_TASKS_ACCESS_TOKEN>",
"GOOGLE_TASKS_OAUTH_PORT": "<GOOGLE_TASKS_OAUTH_PORT>",
"GOOGLE_TASKS_API_BASE": "<GOOGLE_TASKS_API_BASE>",
"GOOGLE_TASKS_TIMEOUT_MS": "<GOOGLE_TASKS_TIMEOUT_MS>",
"GOOGLE_TASKS_MAX_RETRIES": "<GOOGLE_TASKS_MAX_RETRIES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs