Server Overview
POST_PILOT is a production-ready MCP server that brings LinkedIn social media automation to Claude through conversation.
Registry Details
Key Features
✅ Google Drive Integration — Upload videos directly from shared Google Drive links without downloading
✅ AI-Powered Composition — Multi-turn conversation with Claude for caption generation
✅ Schedule & Publish — Queue posts for specific times or publish immediately
✅ Server-Side Processing — No file size limits; videos processed on backend
✅ Two-Factor Security — GitHub OAuth + bearer token authentication
✅ Zero Setup — Works immediately after GitHub authorization
Use Case
Users can automate their LinkedIn posting entirely through Claude conversation:
"Upload my Q4 demo from Google Drive and schedule it for tomorrow at 9am with a product-focused caption"
Claude handles: link conversion → upload → caption generation → scheduling → confirmation
Documentation
Complete documentation available:
Technical Stack
- MCP Server: TypeScript on Cloudflare Workers (always-on, free tier)
- Backend: Python Flask on Render
- Database: Supabase PostgreSQL
- Storage: AWS S3
- Authentication: GitHub OAuth 2.0
Why Featured?
- Solves Real Problem — LinkedIn automation is complex; POST_PILOT simplifies it via Claude conversation
- Production Quality — Battle-tested, deployed, with comprehensive documentation
- Seamless Integration — Google Drive connector requires no authentication; just public links
- Active Development — Regularly maintained with new features coming (multi-account support, scheduling optimization)
- Community Value — Demonstrates MCP's power for social media automation; replicable pattern for other platforms
Installation (For Users)
# Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"post-pilot": {
"command": "npx",
"args": ["@sakshamgagneja/post-pilot-mcp"]
}
}
}
# Or via CLI
npx @sakshamgagneja/post-pilot-mcp
Example Workflow
User: "List my reels"
Claude: [Shows all uploaded videos]
User: "Upload my Q4 presentation from Google Drive"
Claude: [Converts link, uploads, shows success]
User: "Draft a post about our new feature"
Claude: [Generates 3 caption options]
User: "Schedule for tomorrow at 9am"
Claude: [Queues post, confirms scheduling]
Availability
- ✅ Claude Desktop
- ✅ Claude Web (claude.ai)
- ✅ Claude Code
- ✅ Team Plans
POST_PILOT demonstrates MCP's potential for enterprise productivity automation and would be valuable to feature in the official registry.
Server Overview
POST_PILOT is a production-ready MCP server that brings LinkedIn social media automation to Claude through conversation.
Registry Details
Key Features
✅ Google Drive Integration — Upload videos directly from shared Google Drive links without downloading
✅ AI-Powered Composition — Multi-turn conversation with Claude for caption generation
✅ Schedule & Publish — Queue posts for specific times or publish immediately
✅ Server-Side Processing — No file size limits; videos processed on backend
✅ Two-Factor Security — GitHub OAuth + bearer token authentication
✅ Zero Setup — Works immediately after GitHub authorization
Use Case
Users can automate their LinkedIn posting entirely through Claude conversation:
Claude handles: link conversion → upload → caption generation → scheduling → confirmation
Documentation
Complete documentation available:
Technical Stack
Why Featured?
Installation (For Users)
Example Workflow
Availability
POST_PILOT demonstrates MCP's potential for enterprise productivity automation and would be valuable to feature in the official registry.