Manage Google Tasks — create, update, and organize task lists and tasks with full CRUD operations.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"google-tasks": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-tasks",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify google tasks credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Manage Google Tasks — create, update, and organize task lists and tasks with full CRUD operations.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-tasks
This MCP server gives AI agents access to Google Tasks via 12 tools. Connect it to any Aerostack workspace and your agents can interact with Google Tasks directly.
| Tool | Description |
|---|---|
list_task_lists | List all task lists for the authenticated user |
get_task_list | Get a specific task list by ID |
create_task_list | Create a new task list |
update_task_list | Update a task list title |
delete_task_list | Delete a task list |
list_tasks | List tasks in a task list |
get_task | Get a specific task |
create_task | Create a new task in a task list |
update_task | Update an existing task |
complete_task | Mark a task as completed |
delete_task | Delete a task |
clear_completed_tasks | Clear all completed tasks from a task list |
| Variable | Required | Description |
|---|---|---|
GOOGLE_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
GOOGLE_ACCESS_TOKENOnce added, every AI agent in your workspace can use Google Tasks tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-tasks \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-google-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_task_lists","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-tasks
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Yes. The Google Tasks MCP includes a create_task_list tool that lets Claude create task lists in your Google Tasks account from a plain-English prompt. You can also update and delete task lists — no Google Tasks UI needed.
Yes. The Google Tasks MCP includes tools to list and retrieve task lists from your Google Tasks account. Claude can filter, sort, and summarize task lists based on your instructions.
Yes. The Google Tasks MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Google Tasks tools are available everywhere you connect it — install once on Aerostack.
Yes. The Google Tasks MCP includes tools to update task lists in your Google Tasks account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Google Tasks API.