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
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments