Back to Browse

Vugola MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.

About

Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.

Remote endpoints: streamable-http: https://www.vugolaai.com/api/mcp

Security Report

4.8
Use Caution4.8High Risk

This is a well-structured official MCP server for the Vugola video clipping service. Authentication is properly required via API key, input validation is enforced through Zod schemas, and permissions are appropriately scoped to network calls and file downloads. Code quality is high with good error handling and rate limiting. No malicious patterns or credential exfiltration detected. Supply chain analysis found 4 known vulnerabilities in dependencies (2 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

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

Environment variable: VUGOLA_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Vugola MCP

Official Vugola connector and plugin package for ChatGPT, Codex, Cursor, Grok Bot, Claude, and any MCP client.

This repo contains the OpenAI plugin package, Cursor Marketplace package, and hosted MCP definition. Every surface points at the same live hosted MCP every Vugola customer can use:

https://www.vugolaai.com/api/mcp

Sign in with your Vugola account. No API key for Cursor / Grok Bot / Claude / ChatGPT.

Connecting is free. Clipping uses your Vugola credits. A $1 3-day trial is enough to start. Every paid plan includes MCP access.

Guide: vugolaai.com/mcp


Install (ChatGPT and Codex)

The public Vugola listing will be submitted through OpenAI's Plugins Directory. Until it is approved, test the production MCP in ChatGPT Developer mode:

  1. Turn on Developer mode under Settings → Security and login.
  2. Open Plugins, click +, and add an MCP server named Vugola.
  3. Enter https://www.vugolaai.com/api/mcp, then click Scan Tools.
  4. Sign in at Vugola, create the plugin, and test it in a new chat.

The OpenAI package lives at .codex-plugin/plugin.json and uses .mcp.json. A platform-issued .app.json is added only after OpenAI registers the MCP connection; this repository never fabricates or publishes a placeholder app ID.

OpenAI's plugin bundle is distributed from this public repository. The optional npm artifact remains the local stdio server only and intentionally excludes the hosted OpenAI metadata and brand assets.


Install (Claude Code and Cowork)

The Claude plugin package lives at .claude-plugin/plugin.json. It bundles the Vugola skill with the live OAuth tools, so users sign in to Vugola instead of pasting an API key.

Once this version is on the public repository, it can be added before directory approval from Claude's Plugins screen: choose Add, choose Add from a repository, and enter VCoder25/vugola-mcp.

Claude Code users can add the same repository marketplace directly:

claude plugin marketplace add VCoder25/vugola-mcp
claude plugin install vugola@vugola-plugins

To validate and test the package from a local checkout:

claude plugin validate --strict .
claude plugin validate --strict .claude-plugin/marketplace.json
claude --plugin-dir .

The package is intended for Claude's Plugin Directory, the same discovery surface used by plugins such as Postiz. It adds the Vugola workflow skill and Vugola's authenticated tools in Cowork and Claude Code.

Use assets/logo.png for the Claude listing icon. It is the approved 512×512 transparent Vugola Product Mark with the blue agent character. Do not substitute the compressed export, social portrait, wordmark, or character-world banner.


Install (Cursor and Grok Bot)

  1. Install this plugin from the Cursor Marketplace, or add the repo in a team marketplace.
  2. Click Add / Connect.
  3. Sign in at Vugola and click Allow.
  4. In Grok Bot, type @ and attach Vugola. Then ask it to clip a video.

Manual remote URL if you are not using the plugin yet:

{
  "mcpServers": {
    "vugola": {
      "url": "https://www.vugolaai.com/api/mcp"
    }
  }
}

What you can do

These tools run on the signed-in user's workspace. They are not an admin view.

ToolWhat it does
clip_videoTurn a long public video into short clips
caption_videoBurn captions on a video up to 20 minutes
get_clip_statusCheck a job
download_clipFresh download links for finished clips
get_usageCredits and plan
schedule_postSchedule a post
list_scheduled_postsSee the calendar
cancel_scheduled_postCancel a scheduled post
list_automation_destinationsList connected accounts available to Automations
resolve_automation_channelResolve a YouTube channel before setup
create_automationWatch a channel, clip new uploads, and schedule the clips
list_automations / get_automationReview Automations and recent runs
update_automationChange destinations, output, captions, or posting times
pause_automation / resume_automationControl channel monitoring
delete_automationPermanently delete an Automation and cancel pending posts

Sizes: 9:16, 16:9, 1:1

Caption styles: none (clip only), highlighted, scale, minimalist, box, staticbox, glow, hormozi

Schedule live now: TikTok, YouTube, X, LinkedIn, Bluesky. Instagram, Facebook, and Threads are temporarily unavailable.


Local npm server (optional)

For Claude Desktop / Claude Code on your machine, you can still run the stdio server with an API key from your dashboard:

npx vugola-mcp@1.3.1 install
claude mcp add vugola -- npx -y vugola-mcp@1.3.1
export VUGOLA_API_KEY=vug_sk_your_key_here

Always pin the version. Never install latest.

Grok Bot cannot run this local server. Use the hosted URL above.


Security

  • Hosted connector: OAuth only. Do not put a vug_sk_ key in the plugin repo.
  • Local server: never commit VUGOLA_API_KEY. If a key leaks, regenerate it in the dashboard.
  • Download links expire. Re-fetch status if a link dies.

Links


License

MIT © 2026 Vugola LLC

Reviews

No reviews yet

Be the first to review this server!