content-lead-mcp-server

kolaedr/content-lead-mcp-server

3.2

If you are the rightful owner of content-lead-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Model Context Protocol (MCP) servers for Content Lead platform.

Tools
5
Resources
0
Prompts
0

Content Lead - ChatGPT MCP Server

MCP (Model Context Protocol) server for ChatGPT integration with Content Lead platform.

Features

  • 🤖 3 AI Tools for content generation
  • 🔗 SSE Transport for real-time communication
  • 🎨 UI Components with HTML+Skybridge
  • 🔒 Supabase Integration for data and auth

Tools

  1. get_user_by_email - Find user by email
  2. list_user_brands - Get all user's brands
  3. generate_social_content - AI-powered social media content generation

Quick Start

Local Development

# Install dependencies
npm install

# Copy environment variables
cp .env.example .env
# Edit .env with your Supabase credentials

# Run server
npm start

Server will run on http://localhost:3000

Endpoints:

  • GET /mcp - SSE connection for ChatGPT
  • POST /mcp/messages?sessionId=xxx - Message handling
  • GET /health - Health check

Deploy to Render.com

See for detailed instructions.

Quick steps:

  1. Push to GitHub
  2. Create Web Service on Render.com
  3. Set environment variables
  4. Deploy!

Your server will be available at: https://your-app.onrender.com/mcp

Environment Variables

Required:

  • SUPABASE_URL - Your Supabase project URL
  • SUPABASE_SERVICE_ROLE_KEY - Supabase service role key

Optional:

  • PORT - Server port (default: 3000)

ChatGPT Integration

After deployment:

  1. Open ChatGPT → Settings → Connectors
  2. Add MCP Server
  3. Enter URL: https://your-app.onrender.com/mcp
  4. Connect!

Architecture

  • Transport: SSE (Server-Sent Events)
  • Protocol: MCP 2024-11-05
  • Runtime: Node.js 22+
  • Framework: Native HTTP server (no Express)

License

MIT