{
  "markdown": "# Vugola MCP\n\nOfficial [Vugola](https://www.vugolaai.com) connector and plugin package for ChatGPT, Codex, Cursor, Grok Bot, Claude, and any MCP client.\n\nThis 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:\n\n`https://www.vugolaai.com/api/mcp`\n\nSign in with your Vugola account. No API key for Cursor / Grok Bot / Claude / ChatGPT.\n\nMCP access is included with every active paid Vugola plan. Clipping uses your Vugola credits.\n\nGuide: [vugolaai.com/mcp](https://www.vugolaai.com/mcp)\n\n---\n\n## Install (ChatGPT and Codex)\n\nThe public Vugola listing will be submitted through OpenAI's Plugins Directory. Until it is approved, test the production MCP in ChatGPT Developer mode:\n\n1. Turn on **Developer mode** under **Settings → Security and login**.\n2. Open **Plugins**, click **+**, and add an MCP server named **Vugola**.\n3. Enter `https://www.vugolaai.com/api/mcp`, then click **Scan Tools**.\n4. Sign in at Vugola, create the plugin, and test it in a new chat.\n\nThe 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.\n\nOpenAI'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.\n\n---\n\n## Install (Claude Code and Cowork)\n\nThe 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.\n\nOnce 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`.\n\nClaude Code users can add the same repository marketplace directly:\n\n```bash\nclaude plugin marketplace add VCoder25/vugola-mcp\nclaude plugin install vugola@vugola-plugins\n```\n\nTo validate and test the package from a local checkout:\n\n```bash\nclaude plugin validate --strict .\nclaude plugin validate --strict .claude-plugin/marketplace.json\nclaude --plugin-dir .\n```\n\nThe 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.\n\nUse `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.\n\n---\n\n## Install (Cursor and Grok Bot)\n\n1. Install this plugin from the Cursor Marketplace, or add the repo in a team marketplace.\n2. Click **Add** / **Connect**.\n3. Sign in at Vugola and click **Allow**.\n4. In Grok Bot, type `@` and attach Vugola. Then ask it to clip a video.\n\nManual remote URL if you are not using the plugin yet:\n\n```json\n{\n  \"mcpServers\": {\n    \"vugola\": {\n      \"url\": \"https://www.vugolaai.com/api/mcp\"\n    }\n  }\n}\n```\n\n---\n\n## What you can do\n\nThese tools run on the signed-in user's workspace. They are not an admin view.\n\n| Tool | What it does |\n| --- | --- |\n| `clip_video` | Turn a long public video into short clips |\n| `caption_video` | Burn captions on a video up to 20 minutes |\n| `get_clip_status` | Check a job |\n| `download_clip` | Fresh download links for finished clips |\n| `get_usage` | Credits and plan |\n| `schedule_post` | Schedule a post |\n| `list_scheduled_posts` | See the calendar |\n| `cancel_scheduled_post` | Cancel a scheduled post |\n| `list_automation_destinations` | List connected accounts available to Automations |\n| `resolve_automation_channel` | Resolve a YouTube channel before setup |\n| `create_automation` | Watch a channel, clip new uploads, and schedule the clips |\n| `list_automations` / `get_automation` | Review Automations and recent runs |\n| `update_automation` | Change destinations, output, captions, or posting times |\n| `pause_automation` / `resume_automation` | Control channel monitoring |\n| `delete_automation` | Permanently delete an Automation and cancel pending posts |\n\n**Sizes:** `9:16`, `16:9`, `1:1`\n\n**Caption styles:** `none` (clip only), `highlighted`, `scale`, `minimalist`, `box`, `staticbox`, `glow`, `hormozi`\n\n**Schedule live now:** TikTok, YouTube, X, LinkedIn, Bluesky. Instagram, Facebook, and Threads are temporarily unavailable.\n\n---\n\n## Local npm server (optional)\n\nFor Claude Desktop / Claude Code on your machine, you can still run the stdio server with an API key from [your dashboard](https://www.vugolaai.com/dashboard/api-key):\n\n```bash\nnpx vugola-mcp@1.3.1 install\n```\n\n```bash\nclaude mcp add vugola -- npx -y vugola-mcp@1.3.1\nexport VUGOLA_API_KEY=vug_sk_your_key_here\n```\n\nAlways pin the version. Never install `latest`.\n\nGrok Bot cannot run this local server. Use the hosted URL above.\n\n---\n\n## Security\n\n- Hosted connector: OAuth only. Do not put a `vug_sk_` key in the plugin repo.\n- Local server: never commit `VUGOLA_API_KEY`. If a key leaks, regenerate it in the dashboard.\n- Download links expire. Re-fetch status if a link dies.\n\n---\n\n## Links\n\n- Product: https://www.vugolaai.com\n- MCP guide: https://www.vugolaai.com/mcp\n- Pricing: https://www.vugolaai.com/pricing\n- Samples: https://www.vugolaai.com/samples\n\n---\n\n## License\n\nMIT © 2026 Vugola LLC\n",
  "bytes": 5530,
  "sha": "7147c0fd7480b6999a2eea00402cee9b656ab26b68175f25d3e1b30f1f260288",
  "repo_slug": "vcoder25/vugola-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_vcoder25_vugola_mcp_f9f91810/readme"
}