<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Asha Shete</title>
    <description>The latest articles on DEV Community by Asha Shete (@asha_shete_50a1bf06f5be96).</description>
    <link>https://dev.to/asha_shete_50a1bf06f5be96</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3822691%2Ff780c7b9-0dfa-451a-87ca-c00293a3665a.png</url>
      <title>DEV Community: Asha Shete</title>
      <link>https://dev.to/asha_shete_50a1bf06f5be96</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asha_shete_50a1bf06f5be96"/>
    <language>en</language>
    <item>
      <title>Building an AI Study Planner using Notion MCP 🚀</title>
      <dc:creator>Asha Shete</dc:creator>
      <pubDate>Mon, 16 Mar 2026 18:36:17 +0000</pubDate>
      <link>https://dev.to/asha_shete_50a1bf06f5be96/building-an-ai-study-planner-using-notion-mcp-1bl4</link>
      <guid>https://dev.to/asha_shete_50a1bf06f5be96/building-an-ai-study-planner-using-notion-mcp-1bl4</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/notion-2026-03-04"&gt;Notion MCP Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;This project automatically creates and manages study tasks inside a Notion database.&lt;/p&gt;

&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;I created a Study Planner system that connects code with a Notion database.&lt;br&gt;
Using the Notion API, the program can automatically add study tasks such as subjects and topics.&lt;/p&gt;

&lt;p&gt;This makes it easier for students to manage their study schedule.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
    • Automatically add study tasks&lt;br&gt;
    • Organize subjects and topics&lt;br&gt;
    • Manage study schedule&lt;br&gt;
    • Store all tasks inside Notion&lt;/p&gt;

&lt;p&gt;How It Works&lt;/p&gt;

&lt;p&gt;The application connects to Notion using the Notion API token and database ID.&lt;/p&gt;

&lt;p&gt;When the program runs, it automatically creates a new study task in the Notion database.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Subject: Maths&lt;br&gt;
Topic: Algebra Practice&lt;/p&gt;

&lt;p&gt;This demonstrates how external applications can interact with Notion databases.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;br&gt;
    • Node.js&lt;br&gt;
    • Notion API&lt;br&gt;
    • GitHub&lt;br&gt;
What I Learned&lt;/p&gt;

&lt;p&gt;Through this project I learned how to:&lt;br&gt;
    • Connect applications with Notion using APIs&lt;br&gt;
    • Automate tasks using code&lt;br&gt;
    • Manage data inside Notion databases&lt;/p&gt;

&lt;p&gt;Conclusion&lt;/p&gt;

&lt;p&gt;This project shows how Notion can be used not only for notes but also as a powerful system for automation and productivity.&lt;/p&gt;

&lt;p&gt;I hope this project inspires other students to build tools that make studying easier.&lt;br&gt;
:::&lt;/p&gt;

&lt;h1&gt;
  
  
  devchallenge
&lt;/h1&gt;

&lt;h1&gt;
  
  
  notion
&lt;/h1&gt;

&lt;h1&gt;
  
  
  mcp
&lt;/h1&gt;

&lt;h1&gt;
  
  
  ai
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2rqj83nq6dk4vg7u0q76.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2rqj83nq6dk4vg7u0q76.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>notionchallenge</category>
      <category>mcp</category>
      <category>ai</category>
    </item>
    <item>
      <title>Building an AI Workflow with Notion MCP</title>
      <dc:creator>Asha Shete</dc:creator>
      <pubDate>Mon, 16 Mar 2026 16:44:11 +0000</pubDate>
      <link>https://dev.to/asha_shete_50a1bf06f5be96/building-an-ai-workflow-with-notion-mcp-17f0</link>
      <guid>https://dev.to/asha_shete_50a1bf06f5be96/building-an-ai-workflow-with-notion-mcp-17f0</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/notion-2026-03-04"&gt;Notion MCP Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Video Demo
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Show us the code
&lt;/h2&gt;

&lt;h2&gt;
  
  
  How I Used Notion MCP
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>notionchallenge</category>
      <category>mcp</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
