mcp-google-tasks
5
The Google Tasks MCP Server is a TypeScript-based server designed to manage Google Tasks using the Google Tasks API. It offers a structured approach to task management with features for creating, listing, updating, and completing tasks. It integrates easily with Large Language Models (LLMs) via MCP, making it highly functional for various applications.
Google Tasks MCP Server
A Model Context Protocol (MCP) server for managing Google Tasks using the Google Tasks API.
Features
- Default Task List: Access and manage tasks using default Google Tasks.
- Task Details: Metadata such as title, notes, and completion status.
- JSON Mime Type: Tasks represented in JSON format.
- Tools: Create, list, delete, update, and complete tasks using provided commands.
Functionality
- Integration with Large Language Models (LLMs) using MCP.
- Intuitive task management through structured tool definitions.
- Full support for task management operations.
Usage
- Running the Server: Run server using standard Node.js execution.
- Available Commands: Utilize commands like
create_task
,list_tasks
,delete_task
,update_task
, andcomplete_task
to manage tasks.