Skip to main content
Glama

🚀 CreatorOS AI

MCP-Powered AI Content Creation Agent

CreatorOS AI is an AI-powered content creation platform that combines Google Gemini, Tavily real-time web search, Streamlit, and Model Context Protocol (MCP) to research topics and generate high-quality content in multiple formats.

It provides a user-friendly web interface while also exposing reusable AI tools through an MCP server.


✨ Features

📝 Multi-Format Content Generation

CreatorOS AI can generate:

  • 📰 Blog Posts

  • 💼 LinkedIn Posts

  • 🎥 YouTube Scripts

  • 📸 Instagram Captions

  • 🐦 Twitter/X Threads

  • 📚 Research Summaries

  • 📧 Emails

  • 📨 Newsletters

  • ✏️ Content Rewriting

  • 📝 Content Summarization

  • ➕ Content Expansion

  • 🧑‍💻 Content Humanization

  • 🔍 SEO Titles

  • 🌐 Meta Descriptions

🌍 Real-Time Research

Uses Tavily Search to retrieve current information from the web before generating content.

This helps the agent work with more up-to-date information rather than relying only on the language model's existing knowledge.

🤖 Gemini-Powered Generation

Uses Google's Gemini API for content generation and transformation.

🔌 MCP Server

CreatorOS AI includes a dedicated MCP server exposing reusable content-generation tools.

This allows the content-generation capabilities to be consumed by MCP-compatible clients instead of being limited to the Streamlit application.

🎨 Modern Web Interface

Built with Streamlit and customized with CSS to provide a modern dark-themed AI workspace.

🎯 Multiple Writing Tones

Users can generate content using different tones:

  • Professional

  • Friendly

  • Educational

  • Storytelling

  • Marketing


🏗️ Architecture

                    ┌──────────────────────┐
                    │      User            │
                    └──────────┬───────────┘
                               │
                               ▼
                    ┌──────────────────────┐
                    │   Streamlit UI       │
                    │   CreatorOS AI        │
                    └──────────┬───────────┘
                               │
                               ▼
                    ┌──────────────────────┐
                    │   Content Pipeline   │
                    └──────────┬───────────┘
                               │
                 ┌─────────────┴─────────────┐
                 │                           │
                 ▼                           ▼
       ┌──────────────────┐        ┌──────────────────┐
       │   Tavily Search  │        │   Google Gemini  │
       │  Real-Time Data  │        │ Content Creation │
       └────────┬─────────┘        └────────┬─────────┘
                │                           │
                └─────────────┬─────────────┘
                              │
                              ▼
                    ┌──────────────────────┐
                    │   Generated Content  │
                    └──────────────────────┘


             MCP Integration
             
       MCP Client / Compatible Client
                    │
                    ▼
            ┌─────────────────┐
            │   MCP Server    │
            │  mcp_server.py  │
            └────────┬────────┘
                     │
                     ▼
              CreatorOS Tools