notion_mcp
If you are the rightful owner of notion_mcp 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 Model Context Protocol server designed to interface with Notion's API, specifically for managing a minimalist todo list. This project is tailored for a specific use case involving a Notion database with three properties: Task, When, and Checkbox. The integration allows users to add new todo items, view all todos, view today's tasks, and mark tasks as complete. It requires Python 3.10 or higher, a Notion account, and a Notion integration API key. The server can be run directly from the command line or automatically through Claude Desktop. While it serves as a starting point for Notion integration, users may need to modify the code to fit their specific database structure and requirements.
Features
- Add new todo items
- View all todos
- View today's tasks
- Check off a task as complete