notion_mcp

notion_mcp

178

The project is a Model Context Protocol (MCP) server that connects to Notion's API to manage a minimalist todo list, allowing tasks to be viewed and modified through Claude Desktop. It is specifically tailored for a simple todo list setup and requires modifications for different uses.

Notion MCP Integration

A simple Model Context Protocol (MCP) server for integrating with Notion's API to manage a personal todo list. It is designed for minimalistic todo setups and has key features like adding new tasks, viewing todos, viewing tasks for today, and marking tasks as complete. It requires Python 3.10+, a Notion account, and a specific database structure or code modification for different structures.

Features

  • Add new todo items
  • View all todos
  • View today's tasks
  • Check off a task as complete

Limitations

  • Works with a specific Notion database structure only
  • Limited to 'today' or 'later' scheduling
  • Basic error handling
  • Lacks advanced features like recurring tasks or priorities