MCPServers
Notion Todo - MCP server logo

Notion Todo

183
0

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(5)

add_todo_today

Add a todo item for today. Parameters: task (string) - the task to be added.

add_todo_later

Add a task for later. Parameters: task (string) - the task to be added.

view_all_todos

View all todo items.

view_todays_tasks

View all tasks scheduled for today.

check_off_task

Check off a task as complete. Parameters: task (string) - the task to be marked as complete.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签