Skip to content

Featured Server Submission: POST_PILOT - LinkedIn Automation with Claude #1545

Description

@saksham-gagneja-indxx

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?

  1. Solves Real Problem — LinkedIn automation is complex; POST_PILOT simplifies it via Claude conversation
  2. Production Quality — Battle-tested, deployed, with comprehensive documentation
  3. Seamless Integration — Google Drive connector requires no authentication; just public links
  4. Active Development — Regularly maintained with new features coming (multi-account support, scheduling optimization)
  5. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions