MCP.so
Sign In
Servers

Google Tasks MCP Server

@mstfe

Node.js server implementing Model Context Protocol (MCP) for Google Tasks

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 from Other