social_tools

bostongurka93/social_tools
★ 0 stars Shell AI/LLM Updated 12d ago
social_tools: Minimal MCP server transcribing social media videos via yt-dlp → ffmpeg → Whisper. Provides transcribe, analyze, summarize & teach prompts for any LLM.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "social_tools": {
      "command": "npx",
      "args": [
        "-y",
        "bostongurka93/social_tools"
      ]
    }
  }
}

README Excerpt

A minimal MCP (Model Context Protocol) server that transcribes and analyzes social media video links using `yt-dlp` → `ffmpeg` → `OpenAI Whisper`. **Note:** This tool works with all LLMs because it only outputs text (no visual analysis). The prompts are designed to ask the LLM to acknowledge if the audio makes any references the visuals.