
Building an AI Blog Generator with Node.js, OpenAI & Notion MCP
This is a submission for the Notion MCP Challenge What I Built I built an AI-powered Blog Generator that takes a user’s topic, generates a structured blog outline using OpenAI, and automatically stores the result inside a Notion database. The system works as a CLI tool built with Node.js and integrates both OpenAI API and Notion API to automate content creation workflows. This project demonstrates how AI can be combined with productivity tools to remove manual writing effort and streamline content generation. Video Demo Watch the full demo here: https://youtu.be/0e8DcL7EjuY GitHub Repository https://github.com/Spider1201/AI-Blog How I Used Notion MCP I used Notion as the final output layer of my AI system. Here’s how it works: After generating a blog outline using OpenAI, the content is processed in Node.js A new page is created inside a structured database Properties like title and status are automatically filled This effectively turns Notion into an AI-powered content storage system.
Continue reading on Dev.to
Opens in a new tab

