C
Warning
74/100
20 hours ago

ai-video-studio-agent

MCP server that provides a local Web production console and HTTP control plane for AI video creation, exposing tools for project/revision management, media analysis, editing, review, and delivery while keeping formal rendering behind explicit approval gates.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

a895150154-star

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
7 flows detected: HEYGEN_API_KEY, WORKER_AUTH_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: HEYGEN_API_KEY, MCP_INTERNAL_SECRET, VIDEO_STUDIO_MCP_BEARER_TOKEN, WORKER_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAUTH_MODE
configCONTROL_PLANE_URL
🔐 secretHEYGEN_API_KEY
configHEYGEN_AVATAR_ID
configHEYGEN_MAX_DOWNLOAD_BYTES
configHEYGEN_TIMEOUT_MS
configHEYGEN_VOICE_ID
configHOST
configLEGACY_VIDEO_AGENT_ROOT
configMCP_ACTOR_ID
configMCP_ACTOR_NAME
configMCP_ACTOR_ROLE
configMCP_ALLOWED_HOSTS
configMCP_ALLOWED_ORIGINS
configMCP_CONSOLE_URL
configMCP_CONTROL_PLANE_URL"http://127.0.0.1:4310"
configMCP_HOST
🔐 secretMCP_INTERNAL_SECRET
configMCP_PORT
configMCP_PROJECT_ROOT"/absolute/path/to/自建视频剪辑项目/.data/projects"
configMCP_PUBLIC_URL
configMCP_RATE_LIMIT_MAX_REQUESTS
configMCP_RATE_LIMIT_WINDOW_MS
configMCP_SCOPES
configMCP_WORKSPACE_ID
configOIDC_ISSUER
configOIDC_JWKS_URL
configRESEARCH_MODEL
configSTUDIO_DATABASE_PATH
configSTUDIO_PROJECT_ROOT
configTTS_VOICE
🔐 secretVIDEO_STUDIO_MCP_BEARER_TOKEN
configWHISPER_CPP_MODEL
configWORKER_ALLOWED_ROOTS
configWORKER_ASSET_ROOTS
🔐 secretWORKER_AUTH_TOKEN
configWORKER_ID
configWORKER_NAME
configWORKER_PUBLIC_URL
configWORKER_WORKSPACE_ID
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployPORT
// quality suggestions

Shell command execution

2 child_process/subprocess calls in production code — runs shell commands (packages/worker-runtime/src/index.ts:107, packages/worker-runtime/src/index.ts:168)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets stay with their owner

6 secret/sensitive values flow into network calls (WORKER_AUTH_TOKEN → dynamic, WORKER_AUTH_TOKEN → dynamic) (1 other flows matched canonical API hosts)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Domain consistency

npm scope @video-studio doesn't match GitHub owner a895150154-star

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/a895150154-star-ai-video-studio-agent-r2mzbh?variant=verified)](https://m8ven.ai/mcp/a895150154-star-ai-video-studio-agent-r2mzbh)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 584beaa8ab341e00be0d040706cbcad82d215222
code hash: 16bb52bdca7bcf106fc78eb9e1cef5f213d070c6215926c530ba4830a27fd880
verified: 8/19/2026, 5:23:47 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client