This repository provides a Model Context Protocol (MCP) server that integrates with the Notion API to manage a personal todo list using Claude, tailored for a minimalist Notion database structure.
This project is a Model Context Protocol (MCP) server designed to integrate with Notion's API, enabling Claude to manage a personal todo list. It's a basic implementation tailored for a minimalist Notion todo list with "Task," "When" (today/later), and "Checkbox" properties.
This project is designed for a specific Notion database structure. While it can serve as a starting point, modifications are necessary to adapt it to different database schemas.
Requires Python 3.10+, a Notion account, an API key, and a Notion database matching the specified structure.
Run directly from the command line using python -m notion_mcp
or automatically through Claude Desktop.
danhilse/notion_mcp
November 30, 2024
March 28, 2025
Python