-
securityA
license-
qualityA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.
Last updated -
117
Python
MIT License
模型上下文协议 (MCP) 服务器提供用于管理待办事项的综合 API。
📚 学习资源:本项目旨在作为 MCP 实现的教学示例。请参阅GUIDE.md ,详细了解该项目的工作原理以及其实现方式。
该 MCP 服务器公开以下工具:
create-todo
:创建一个新的待办事项list-todos
:列出所有待办事项get-todo
:通过 ID 获取特定的待办事项update-todo
:更新待办事项的标题或描述complete-todo
:将待办事项标记为已完成delete-todo
:删除待办事项search-todos-by-title
:按标题搜索待办事项(不区分大小写的部分匹配)search-todos-by-date
:按创建日期搜索待办事项(格式:YYYY-MM-DD)list-active-todos
:列出所有未完成的待办事项summarize-active-todos
:生成所有活动(未完成)待办事项的摘要将其添加到您的claude_desktop_config.json
中:
与 Claude for Desktop 或 Cursor 一起使用时,您可以尝试:
该项目遵循明确的关注点分离,以使代码易于理解:
本项目旨在提供教育资源。如何充分利用它:
麻省理工学院
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.
模型上下文协议 (MCP) 服务器提供管理待办事项的工具,包括创建、更新、完成、删除、搜索和汇总任务。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RegiByte/todo-list-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server