Google Tasks MCP Server
@mstfe
关于 Google Tasks MCP Server
Node.js server implementing Model Context Protocol (MCP) for Google Tasks
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-google-tasks": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
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.
概览
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.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 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,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论