-
securityA
license-
qualityA Model Context Protocol server that integrates with Notion's API to manage personal todo lists, allowing users to view, add, and update tasks directly from Claude.
Last updated -
13
Python
MIT License
此 MCP(模型上下文协议)服务允许您使用 AI 助手与 Microsoft To Do 任务进行交互。
安装此工具分为两个部分:
即使您全局安装该包,您也需要克隆存储库来完成身份验证过程:
http://localhost:3000/callback
在根目录中创建一个.env
文件,其中包含以下信息:
TENANT_ID 选项:
organizations
- 适用于多租户组织帐户(如果未指定则为默认)consumers
- 仅适用于个人 Microsoft 帐户common
- 适用于组织帐户和个人帐户your-specific-tenant-id
- 用于单租户配置例子:
tokens.json
文件。mcp.json
文件。auth status
或list up todos
等命令来开始Claude Desktop 配置文件位于:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
auth-status
:检查您的身份验证状态get-task-lists
:获取所有待办任务列表create-task-list
:创建新的任务列表update-task-list
:更新现有任务列表delete-task-list
:删除任务列表get-tasks
:获取列表中的所有任务create-task
:创建新任务update-task
:更新现有任务delete-task
:删除任务get-checklist-items
:获取任务的清单项目create-checklist-item
:创建清单项update-checklist-item
:更新清单项目delete-checklist-item
:删除清单项.env
文件中的CLIENT_ID
、 CLIENT_SECRET
和TENANT_ID
正确无误。TENANT_ID=organizations
或您指定的租户 ID。TENANT_ID=consumers
或TENANT_ID=common
。您可以使用auth-status
工具或通过检查令牌中的到期时间来检查您的身份验证状态:
将时间戳转换为可读的日期:
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude 的模型上下文协议服务,可实现与 Microsoft Todo 任务的自然语言交互,包括查看任务列表、创建任务和管理清单项。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhirono/todoMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server