Create finished AI videos (script, voiceover, scenes, captions, music) for TikTok, Reels and Shorts.
Let Claude, ChatGPT, Cursor and any MCP client make finished AI videos. The MakeAIVideo MCP server gives your AI assistant 39 tools to write a script, generate a video with AI voiceover, scenes, captions and music, and hand back the MP4, ready for TikTok, Instagram Reels and YouTube Shorts.
Ask your assistant things like:
https://mcp.makeaivideo.aiStreamable HTTP with OAuth: add it as a custom connector and sign in, no key to copy.
https://mcp.makeaivideo.aihttps://mcp.makeaivideo.aiclaude mcp add --transport http makeaivideo https://mcp.makeaivideo.ai
~/.cursor/mcp.json) / VS Code (.vscode/mcp.json):
{ "mcpServers": { "makeaivideo": { "url": "https://mcp.makeaivideo.ai" } } }
Prefer an API key? Send Authorization: Bearer mav_... (create one in the developer settings).
For clients that only run local commands. It bridges to the hosted server, so every tool stays in sync.
{
"mcpServers": {
"makeaivideo": {
"command": "npx",
"args": ["-y", "@makeaivideo/mcp"],
"env": { "MAKEAIVIDEO_API_KEY": "mav_your_key" }
}
}
}
Works with Claude Desktop, Cursor, Windsurf, Cline, Zed, Continue and any stdio MCP client. Node 18+.
| Area | Tools |
|---|---|
| Create videos | create_explainer_video, create_listicle_video, create_story_video, create_ugc_video, create_demo_video, create_article_video, create_spokesperson_video, create_video_from_script |
| Plan | estimate_video_cost, write_script, structure_text, fetch_article, generate_ideas, enhance_prompt |
| Track and deliver | get_video_status, list_my_videos, get_download_url, get_captions, create_share_link, export_video |
| Edit | update_video, generate_video, regenerate_scene, regenerate_voice, cancel_video, delete_video |
| Characters, voices, music | list_characters, create_character, generate_character_portraits, generate_voice_previews, list_voices, preview_voice, generate_music, list_music, list_templates |
| Account and automation | whoami, get_credits, create_webhook, list_webhooks |
Renders take minutes: the assistant creates the video, then polls get_video_status (it respects poll_after_seconds) and returns the download link. Full reference: makeaivideo.ai/docs/mcp.
| Variable | Default | Purpose |
|---|---|---|
MAKEAIVIDEO_API_KEY | (required) | Your mav_ API key |
MAKEAIVIDEO_MCP_URL | https://mcp.makeaivideo.ai | Override the remote endpoint |
What is the MakeAIVideo MCP server? A Model Context Protocol server that lets AI assistants create finished short-form AI videos with MakeAIVideo.
Does it cost anything? The server is free. Videos use credits from your MakeAIVideo plan, and estimate_video_cost quotes before anything is spent. See pricing.
Which AI assistants work? Anything that speaks MCP: Claude (web, desktop, Code), ChatGPT, Cursor, VS Code, Windsurf, Cline, Zed and more. See AI agents.
Is there a REST API too? Yes: API reference and the TypeScript SDK.
MakeAIVideo is an AI video generator that turns a brief, a prompt or your own script into a finished, captioned short-form video: script, AI voiceover, AI-generated or stock scenes, captions and music, exported as an MP4 ready for TikTok, Instagram Reels and YouTube Shorts.
| Package | What it is |
|---|---|
@makeaivideo/sdk | TypeScript / JavaScript SDK for the REST API |
@makeaivideo/mcp | MCP server for Claude, ChatGPT, Cursor and other AI assistants |
@makeaivideo/cli | Command line tool: brief in, MP4 out |
MIT © MakeAIVideo
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y @makeaivideo/mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"ai-makeaivideo-video-generator": {
"command": "npx",
"args": [
"-y",
"@makeaivideo/mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup reference@makeaivideo/mcpnpmMakeAIVideo works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.