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
- get_user_by_email - Find user by email
- list_user_brands - Get all user's brands
- 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 ChatGPTPOST /mcp/messages?sessionId=xxx- Message handlingGET /health- Health check
Deploy to Render.com
See for detailed instructions.
Quick steps:
- Push to GitHub
- Create Web Service on Render.com
- Set environment variables
- Deploy!
Your server will be available at: https://your-app.onrender.com/mcp
Environment Variables
Required:
SUPABASE_URL- Your Supabase project URLSUPABASE_SERVICE_ROLE_KEY- Supabase service role key
Optional:
PORT- Server port (default: 3000)
ChatGPT Integration
After deployment:
- Open ChatGPT → Settings → Connectors
- Add MCP Server
- Enter URL:
https://your-app.onrender.com/mcp - Connect!
Architecture
- Transport: SSE (Server-Sent Events)
- Protocol: MCP 2024-11-05
- Runtime: Node.js 22+
- Framework: Native HTTP server (no Express)
License
MIT