Google Tasks MCP Server
@mstfe
About Google Tasks MCP Server
Node.js server implementing Model Context Protocol (MCP) for Google Tasks
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-google-tasks": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
5Create a new task in the default task list.
List all tasks in the default task list.
Delete a task from the default task list.
Update an existing task in the default task list.
Toggle the completion status of a task.
Overview
What is Google Tasks MCP Server?
A Model Context Protocol (MCP) server that integrates with the Google Tasks API to manage tasks. It is built in TypeScript and provides a set of tools for creating, listing, updating, deleting, and completing tasks in the default Google Tasks list. Designed for use with LLMs or other MCP-compatible applications.
How to use Google Tasks MCP Server?
Start the server with node build/index.js. The server exposes five tools: create_task, list_tasks, delete_task, update_task, and complete_task. For debugging, use the MCP Inspector by running npm run inspector.
Key features of Google Tasks MCP Server
- Resources for the default task list via URI
tasks://default. - Tools to create, read, update, delete, and complete tasks.
- Tasks represented in machine‑readable JSON format.
- Structured tool definitions for intuitive integration.
- Supports optional parameters like title, notes, and status.
Use cases of Google Tasks MCP Server
- Automating task creation from AI‑generated content.
- Listing all tasks in the default list for review.
- Updating task details or toggling completion via natural language commands.
- Integrating task management into AI‑assisted workflows.
FAQ from Google Tasks MCP Server
What does the server do?
It lets you manage tasks in your default Google Tasks list programmatically through MCP tools.
What tools are available?
Five tools: create_task, list_tasks, delete_task, update_task, and complete_task.
How do I start the server?
Run node build/index.js in the project directory after building.
How can I debug the server?
Use the MCP Inspector by running npm run inspector.
Does it support multiple task lists?
No, only the default Google Tasks list is supported.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments