Official Vugola MCP server - AI video clipping and multi-platform post scheduling.
{
"mcpServers": {
"io-github-vcoder25-vugola-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official Vugola MCP server - AI video clipping and multi-platform post scheduling.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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.
npx vugola-mcp@1.2.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.2.1 install --key vug_sk_yourkey.
claude mcp add vugola -- npx -y vugola-mcp@1.2.1
Then export your key in your shell or .env:
export VUGOLA_API_KEY=vug_sk_your_key_here
If your MCP client isn't covered above, drop this block into its config file:
{
"mcpServers": {
"vugola": {
"command": "npx",
"args": ["-y", "vugola-mcp@1.2.1"],
"env": { "VUGOLA_API_KEY": "vug_sk_your_key_here" }
}
}
}
Always pin the version (vugola-mcp@1.1.0) — never install latest.
clip_videoStart 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).
get_clip_statusCheck a running job. Agent calls this when you ask "is that clip done?"
Inputs: job_id.
get_usageShow credits remaining, monthly usage, and plan.
No inputs.
schedule_postSchedule 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_postsList what's on your posting calendar. Optional filters for status (scheduled / processing / posted / failed), platform, limit, offset.
cancel_scheduled_postCancel a scheduled post before it goes live. Only works for posts in scheduled state.
Inputs: post_id.
download_clipSave 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.
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.vugola-mcp@1.0.0) in your install. Don't install "latest."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.This MCP requires a paid Vugola account (Creator plan or above). See pricing.
MIT © 2026 Vadim Strizheus
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Query and manage PostgreSQL databases directly from AI assistants
Manage Supabase projects — databases, auth, storage, and edge functions
a self-hosted project management & Kanban solution + Instant shareable boards
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for io.github.VCoder25/vugola-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.