<?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: SAMYAK JAIN</title>
    <description>The latest articles on DEV Community by SAMYAK JAIN (@samyak_jain_2c769a6af29c1).</description>
    <link>https://dev.to/samyak_jain_2c769a6af29c1</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%2F2957847%2F30607900-5401-47fc-b3c3-87030a437cf9.png</url>
      <title>DEV Community: SAMYAK JAIN</title>
      <link>https://dev.to/samyak_jain_2c769a6af29c1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samyak_jain_2c769a6af29c1"/>
    <language>en</language>
    <item>
      <title>Notion Career Sync: 1-Click AI Job Tracker via Notion MCP</title>
      <dc:creator>SAMYAK JAIN</dc:creator>
      <pubDate>Sun, 08 Mar 2026 10:34:02 +0000</pubDate>
      <link>https://dev.to/samyak_jain_2c769a6af29c1/notion-career-sync-1-click-ai-job-tracker-via-notion-mcp-4afi</link>
      <guid>https://dev.to/samyak_jain_2c769a6af29c1/notion-career-sync-1-click-ai-job-tracker-via-notion-mcp-4afi</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;p&gt;Hunting for SDE intern roles and full-stack positions usually means juggling dozens of open tabs. Whether it's LinkedIn, Wellfound, or a company's custom career portal, manually copying and pasting the company name, role, salary, and tech stack into a tracking spreadsheet is a tedious, friction-heavy process. &lt;/p&gt;

&lt;p&gt;I wanted to build a "human-in-the-loop" system to completely automate this workflow. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Notion Career Sync&lt;/strong&gt; is an intelligent Chrome Extension paired with a local MCP server. With a single click on any job posting, the extension captures the page context and sends it to a local Node.js backend. From there, an AI agent (powered by Groq and Llama 3.3 70B) parses the unstructured text to extract the core job details. Finally, it uses the &lt;strong&gt;Notion MCP&lt;/strong&gt; to instantly create a highly structured, categorized row in my Notion Job Tracker database. No more copy-pasting—just click, extract, and track.&lt;/p&gt;

&lt;h2&gt;
  
  
  Video Demo
&lt;/h2&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%2Fqny8elkah753258vckch.gif" 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%2Fqny8elkah753258vckch.gif" alt="Notion Job Sync Demo" width="800" height="325"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://github.com/Samyak1602/notion-mcp-job-tracker" rel="noopener noreferrer"&gt;Notion Career Sync GitHub Repository&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;To make this system robust, I needed a way for my local AI agent to seamlessly write to my workspace without writing brittle, custom API wrappers for Notion. &lt;/p&gt;

&lt;p&gt;I integrated the &lt;code&gt;@modelcontextprotocol/sdk&lt;/code&gt; directly into my Express backend. Here is the workflow it unlocks:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Transport:&lt;/strong&gt; The backend uses &lt;code&gt;StdioClientTransport&lt;/code&gt; to spawn and communicate with the official &lt;code&gt;@modelcontextprotocol/server-notion&lt;/code&gt; as a child process.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Handshake:&lt;/strong&gt; Groq's LLM processes the messy DOM text from the Chrome extension and outputs a clean JSON object containing the &lt;code&gt;company&lt;/code&gt;, &lt;code&gt;role&lt;/code&gt;, &lt;code&gt;location&lt;/code&gt;, &lt;code&gt;salary&lt;/code&gt;, and &lt;code&gt;techStack&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Action:&lt;/strong&gt; Instead of making standard REST calls, the server acts as an MCP client, dynamically calling the Notion tool to append a new page to my Job Tracker database. It perfectly maps the AI's extracted tech stack array to my Notion multi-select properties and sets the default status to "Applied".&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Using the Notion MCP transformed what would have been a complex integration headache into a clean, standardized bridge between my local LLM and my Notion workspace. It gives the AI "hands" to organize my career hunt automatically!&lt;/p&gt;

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