Back to Browse

Maxvideoai Plugin MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Plan, compare, price, generate, and recover AI video from compatible MCP clients.

About

Plan, compare, price, generate, and recover AI video from compatible MCP clients.

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue 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.

file_system

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

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-maxvideoai-maxvideoai": {
      "url": "https://api.maxvideoai.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MaxVideoAI for Claude, ChatGPT or Codex

MaxVideoAI is a multi-model AI video production service exposed through a remote MCP server and packaged for agent workflows. It gives Claude, ChatGPT and Codex one production path for comparing current model options, budgeting shots, preparing exact quotes, approving one paid attempt and recovering finished work in the connected MaxVideoAI Library.

Plan. Compare. Price. Approve. Generate. Recover.

Setup guides: Claude · ChatGPT · Codex — see current compatibility and protocol details.

MaxVideoAI MCP page presenting Claude, ChatGPT, and Codex as equal paths beside a production-planning conversation

Plan a production · Compare models · Review pricing

Install the repository-validated Codex package

codex plugin marketplace add camgraphe/maxvideoai-plugin --ref v0.3.3
codex plugin add maxvideoai@maxvideoai

Start a new Codex task, then ask $maxvideoai:plan to compare a production route or $maxvideoai:generate to prepare a concrete request. The plugin is free to connect. The first live MaxVideoAI action opens OAuth so you can sign in or create the account you want to connect.

Public releases include a versioned ZIP and SHA-256 file. Match the selected public tag to VERSION before installation.

What does MaxVideoAI add to an AI assistant?

The assistant owns the creative conversation; MaxVideoAI supplies current product truth and the controlled execution path. It can read live model details, compare compatible options, calculate complete project budgets, select account-owned media, validate concrete settings, return an exact quote, submit one approved attempt, follow the accepted job, and present the finished result.

Current MaxVideoAI workspace with Seedance 2.5, a storyboard-ready prompt, generation controls, and varied sample renders

The same connected account and Library are used on the website and through the plugin. There is no separate plugin subscription; approved generations use existing MaxVideoAI credits at current pay-as-you-go prices.

Which setup should you use?

  • Claude: add the remote connector/plugin, complete OAuth, then begin with a no-spend plan. Follow the Claude guide.
  • ChatGPT: install the shared plugin when it is available in the public directory, or use the documented developer MCP fallback. Follow the ChatGPT guide.
  • Codex: install the tagged public package, open a new task, and call $maxvideoai:plan or $maxvideoai:generate. Follow the Codex guide.
  • Another MCP client: connect only if the client supports remote Streamable HTTP and OAuth. Follow the generic MCP guide.

Every route connects to https://api.maxvideoai.com/mcp. Add that URL exactly as written—without a token, query string, password, or API key.

Connect → OAuth on first use → plan without spending → prepare quote → approve once → recover result

What can you create?

Start from a brief, a supported private reference, or a public example. The plugin can help turn that material into a shot plan and a model-aware request, while the MaxVideoAI gallery gives you concrete prompts, settings, durations, and recorded render costs to inspect before building your own version.

MaxVideoAI examples gallery with distinct cinematic rescue, animated character, and product-style AI video outputs

Explore AI video examples or copy one of the four practical agent workflows.

How do you compare models side by side?

Use $maxvideoai:plan in Codex or /maxvideoai:plan in Claude Code. Planning reads current model facts and builds comparable, named production routes without authorizing generation. Ask for one consistent-model route, a deliberate model mix, a quality-focused plan, or a credible lower-cost alternative using the same shot assumptions.

MaxVideoAI side-by-side comparison of Seedance 2.0 and Google Veo 3.1 with editorial scores and supported workflows

The engine comparison hub and model directory expose the current decision surface. A recommendation is a capability match for the brief, not a guarantee of provider availability or a paid quote.

How do pricing and approval stay clear?

A project budget is useful while you are choosing a direction. When the model, prompt, settings, and required references are concrete, $maxvideoai:generate or /maxvideoai:generate prepares the exact price for that request. Nothing is submitted as paid work until you explicitly approve that quote, and the approval covers one attempt.

MaxVideoAI pricing comparison with current video scenarios, price examples, and navigation for image, audio, and production tools

  1. Plan: compare current model options and complete project budgets without spending credits.
  2. Prepare: validate the selected request and supported private references.
  3. Price: receive the exact quote for those settings.
  4. Approve: explicitly authorize one paid attempt.
  5. Recover: follow the accepted job before considering another submission.

How do private references and the Library work?

Compatible ChatGPT or Claude surfaces can import authorized attachments and generated results as private MaxVideoAI assets without a public URL or Computer Use. Codex and Claude Code use the packaged local helper when a host cannot expose a temporary file handle directly. The helper reads local bytes itself; it does not publish the file or pass a raw local path to the MCP server.

MaxVideoAI production Library with saved videos, media filters, and a reusable completed result

Private references and finished generations remain in the connected MaxVideoAI Library. If a response is interrupted after submission, recover the accepted job or recent generation before preparing another paid attempt. Read privacy and permissions and reference input handling for the complete boundary.

Open the MaxVideoAI Library to continue with saved results and private media.

Try asking

Compare current AI video models for a 20-second product film. Give me a
quality-focused route and a credible lower-cost route using the same shot
assumptions. Do not prepare paid work yet.

Use my authorized product image as the first frame where the selected workflow
supports it. Prepare the exact quote, but wait for my explicit approval.

The conversation stopped after approval. Check the accepted job before you
consider another paid submission, then recover the result in my MaxVideoAI Library.

More workflows:

How is the plugin packaged?

The repository is deliberately reviewable. It contains host manifests, one remote MCP endpoint, two scoped skills, human setup guides, producer examples, community files, release graphics, and a deterministic public-bundle builder.

.mcp.json                         remote MCP connection
.claude-plugin/                   Claude package metadata
.codex-plugin/                    Codex package metadata
skills/plan/                      model comparison and project budgeting
skills/generate/                  quote, approval, execution and recovery
docs/                             host setup, privacy and troubleshooting
examples/                         copyable production workflows
scripts/import-reference-files.mjs local private-file helper

The MCP server uses OAuth and keeps pricing, account data, private media, jobs, and provider execution on the MaxVideoAI side. The host keeps the creative conversation and prompt development. Read how it works for the complete division of responsibility.

How do you validate a contribution or release?

From the source repository root:

pnpm github:content:check
pnpm github:assets:release-check
node --test --import tsx tests/github-content-contract.test.ts
node --test --import tsx tests/mcp-public-release-bundle.test.ts

The release builder exports an exact allowlisted file set, validates every referenced image against the asset manifest, rejects secrets and unsafe paths, writes SHA-256 checksums, and produces the versioned archive used by the dedicated public repository.

See CONTRIBUTING.md for review scope, SECURITY.md for private vulnerability reporting, and SUPPORT.md for product and compatibility help.

Policies and product help: privacy · terms · contact · support@maxvideoai.com · Business Source License 1.1.

Last reviewed: 2026-08-29.

Reviews

No reviews yet

Be the first to review this server!