Vugola MCP Server

Clip videos into captioned shorts, add captions, and schedule posts from AI agents.

People who work with Vugola and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-31 · ★ 7 · #85 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Vugola

before you install - you'll need

VUGOLA_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add vcoder25-vugola-mcp --transport http https://www.vugolaai.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to www.vugolaai.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package vugola-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.VCoder25 is GitHub-verified and matches the repo owner

03 · Who maintains Vugola

Vugola is maintained by vcoder25. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
media - ranked #85 of 173 actively-maintained media servers as of 2026-09-18.
registry
io.github.VCoder25/vugola-mcp (active, first published 2026-04-15 · 6 versions)
packages
npm:vugola-mcp

05 · Vugola FAQ

What is Vugola?

Clip videos into captioned shorts, add captions, and schedule posts from AI agents.

Is Vugola still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-31. We re-verify nightly.

How do I install Vugola?

Run `npx -y vugola-mcp`. The README documents one environment variable (VUGOLA_API_KEY) to set first. You can also paste the ready-made client config above.

Does Vugola require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Vugola