Notion API MCP
JSON →Interact with Notion's API to manage todo lists, databases, and content organization.
Install
pip install -e Tools · 5
- create_todo Create a new todo item in Notion with rich text, due dates, priorities, and nested subtasks
- update_todo Update an existing todo item's properties such as status, due date, or priority
- create_database Create a new Notion database with custom properties, filters, and views
- manage_database Manage existing Notion databases including filtering and view operations
- format_content Structure and format content with Markdown support, hierarchical lists, and block operations
Environment variables
NOTION_API_KEYNOTION_PARENT_PAGE_IDNOTION_DATABASE_ID
Links
★ 27 GitHub stars