google tasks for Windsurf
io.github.girmmy/google-tasks
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
client:Windsurf
transport:stdio
runtime:npm
Install google tasks in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"google-tasks": {
"command": "npx",
"args": [
"-y",
"@girmmy/google-tasks-mcp-server"
],
"env": {
"GOOGLE_TASKS_CLIENT_SECRET": "<GOOGLE_TASKS_CLIENT_SECRET>",
"GOOGLE_TASKS_TOKEN_PATH": "<GOOGLE_TASKS_TOKEN_PATH>",
"GOOGLE_TASKS_OAUTH_PORT": "<GOOGLE_TASKS_OAUTH_PORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs