Notion Todo
Summary
This MCP server, developed by Dan Hilse, enables AI assistants like Claude to interact with a personal Notion todo list. Built in Python, it provides a minimalist interface for managing tasks with just three properties: task name, scheduling (today/later), and completion status. The implementation integrates with the Notion API to add, view, and update todos in a specific database structure. By connecting AI capabilities with a streamlined task management system, this server enables AI assistants to help organize daily activities and track personal productivity. It is particularly useful for individuals seeking a simple, AI-augmented todo list without complex features, prioritizing ease of use and quick task entry over advanced project management functionality.
Available Actions(4)
Add a todo
Add a new todo item for today or later. Parameters: task (string), when (string: 'today' or 'later')
View all todos
Retrieve and display all current todos.
View today's tasks
Retrieve and display all tasks that are scheduled for today.
Check off a task
Mark a specified task as complete. Parameters: task (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요