This is a submission for the Notion MCP Challenge
Introduction
Students often struggle to organize their study schedule and keep track of topics they need to study. To solve this problem, I built a simple AI Study Planner using Notion and the Notion API.
This project automatically creates and manages study tasks inside a Notion database.
What I Built
I created a Study Planner system that connects code with a Notion database.
Using the Notion API, the program can automatically add study tasks such as subjects and topics.
This makes it easier for students to manage their study schedule.
Features
β’ Automatically add study tasks
β’ Organize subjects and topics
β’ Manage study schedule
β’ Store all tasks inside Notion
How It Works
The application connects to Notion using the Notion API token and database ID.
When the program runs, it automatically creates a new study task in the Notion database.
For example:
Subject: Maths
Topic: Algebra Practice
This demonstrates how external applications can interact with Notion databases.
Tech Stack
β’ Node.js
β’ Notion API
β’ GitHub
What I Learned
Through this project I learned how to:
β’ Connect applications with Notion using APIs
β’ Automate tasks using code
β’ Manage data inside Notion databases
Conclusion
This project shows how Notion can be used not only for notes but also as a powerful system for automation and productivity.
I hope this project inspires other students to build tools that make studying easier.
:::

Top comments (0)