Notion_MCP_advanced
If you are the rightful owner of Notion_MCP_advanced and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage a personal todo list through Claude.
The Notion MCP Integration is a basic implementation of a Model Context Protocol server designed to work with Notion's API. It is tailored specifically for managing a minimalist todo list setup in Notion. The project is based on the danhilse/notion_mcp repository and is available under the MIT license. This integration allows users to add new todo items, view all todos, check off tasks as complete, and link external resources to tasks. It is designed for a specific Notion database structure with four properties: Task, Checkbox, Description, and Link. Users can use this as a starting point for their own Notion integration but may need to modify the code to match their specific database structure and requirements.
Features
- Add new todo items with descriptions and links
- View all todos
- Check off tasks as complete
- Link external resources to tasks