CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Vugola Mcp

vcoder25/vugola-mcp
4authSTDIOregistry active
Summary

Connects Claude to your Vugola account so you can clip long videos into short form content, add captions, and schedule posts across nine social platforms without leaving your chat. You get tools for kicking off clipping jobs, checking status, downloading finished clips, and managing your posting calendar. Processing takes 10 to 30 minutes per video, and you can caption existing shorts in eight styles. The scheduler handles TikTok, Instagram, YouTube, LinkedIn, X, Threads, Bluesky, and Facebook in one call. Requires a paid Vugola plan and an API key from their dashboard. Best for content creators who want to automate their repurposing workflow through conversation instead of jumping between tools.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

vugola-mcp

Official MCP server for Vugola — the AI video clipping tool.

Let Claude (or any MCP-capable agent) clip videos, check your credits, and schedule posts on your Vugola account.


Requires

  • Node.js 20 or higher.
  • A paid Vugola account. Generate a key at vugolaai.com/dashboard/api-key.

Install

Claude Desktop (one command, auto-configures)

npx vugola-mcp@1.3.1 install

npx will ask to install the package (type y), then the installer prompts for your API key. It edits your Claude Desktop config for you — no JSON to hand-write. Quit and reopen Claude Desktop to pick up the change.

To skip the key prompt: npx vugola-mcp@1.3.1 install --key vug_sk_yourkey.

Claude Code

claude mcp add vugola -- npx -y vugola-mcp@1.3.1

Then export your key in your shell or .env:

export VUGOLA_API_KEY=vug_sk_your_key_here

Cursor / Cline / manual

If your MCP client isn't covered above, drop this block into its config file:

{
  "mcpServers": {
    "vugola": {
      "command": "npx",
      "args": ["-y", "vugola-mcp@1.3.1"],
      "env": { "VUGOLA_API_KEY": "vug_sk_your_key_here" }
    }
  }
}

Always pin the version (vugola-mcp@1.3.1) — never install latest.


Tools

clip_video

Start a clipping job. Takes 10–30 minutes. Vugola emails you when it's done.

Inputs: video_url, aspect_ratio (9:16 | 16:9 | 1:1), caption_style (none | highlighted | scale | minimalist | box | staticbox | glow | hormozi).

get_clip_status

Check a running job. Agent calls this when you ask "is that clip done?"

Inputs: job_id.

get_usage

Show credits remaining, monthly usage, and plan.

No inputs.

schedule_post

Schedule one or more social posts. Supports x, instagram, tiktok, youtube, facebook, linkedin, threads, bluesky.

Inputs: posts[] (max 25 per call). See the tool description for full fields.

list_scheduled_posts

List what's on your posting calendar. Optional filters for status (scheduled / processing / posted / failed), platform, limit, offset.

cancel_scheduled_post

Cancel a scheduled post before it goes live. Only works for posts in scheduled state.

Inputs: post_id.

download_clip

Save a completed clip to your local ~/Downloads/ folder and return the file path. Call after get_clip_status reports a job is complete.

Inputs: job_id, clip_index (1-based). Max 500 MB.

caption_video

Add captions to a short video (up to 5 minutes). No clipping, no reframing — just captions burned on top of the source video at source quality.

Inputs: video_url, aspect_ratio (9:16 | 16:9 | 1:1), caption_style (none | highlighted | scale | minimalist | box | staticbox | glow | hormozi). Optional: caption_color (hex).


Security

  • Never commit your VUGOLA_API_KEY. Your agent's config file contains a secret. Add it to .gitignore, or use a secrets manager (1Password CLI, direnv) instead of inline env vars.
  • Always pin the version (vugola-mcp@1.3.1) in your install. Don't install "latest."
  • If you accidentally leak your key, regenerate it at vugolaai.com/dashboard/api-key immediately.
  • Download URLs returned by get_clip_status require the same Authorization: Bearer <key> header and expire in ~1 hour. Save clips promptly or re-fetch the status before downloading.

Pricing

This MCP requires a paid Vugola account (Creator plan or above). See pricing.


Links

  • Vugola: https://www.vugolaai.com
  • Dashboard: https://www.vugolaai.com/dashboard/api-key

License

MIT © 2026 Vadim Strizheus

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

VUGOLA_API_KEY*secret

Your Vugola API key (prefix vug_sk_). Get one at https://www.vugolaai.com/dashboard/api-key. Requires a paid Vugola plan.

Categories
Media & Entertainment
Registryactive
Packagevugola-mcp
TransportSTDIO
AuthRequired
UpdatedApr 16, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.