Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @alvincrave/gtasks-mcp
MCP client config
{
"mcpServers": {
"gtasks-mcp": {
"command": "npx",
"args": [
"-y",
"@alvincrave/gtasks-mcp"
]
}
}
}