Asha SheteThis is a submission for the Notion MCP Challenge Introduction Students often struggle to organize...
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.
:::