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.
「その他」の他のコンテンツ
🚀 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,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント