MCP.so
Sign In

AI Video MCP by AITuberVerifiedFeatured

@aituberapp

About AI Video MCP by AITuber

AI Video MCP by AITuber is a hosted MCP server that lets AI agents create and publish video. You connect it once, then ask your agent for a video in plain language. It writes the script, picks a voice, generates the visuals, syncs the captions, and returns a finished MP4. It can also post that video to YouTube, TikTok, and Instagram. Most video MCP servers stop at rendering a file. This one covers the full path, from idea to published post.

Connection details

https://mcp.aituber.app

Setup

claude mcp add aituber --transport http https://mcp.aituber.app

Tools

2

Search the AITuber API to find endpoints for creating AI videos, checking credits, exporting to MP4, publishing to social media, and more. Returns matching endpoints with parameters and examples. Use this before execute_api to find the right endpoint.

Execute a request against the AITuber API. Use search_api first to find the right endpoint and parameters. Handles authentication automatically.

Overview

What is AI Video MCP?

AI Video MCP is a hosted MCP server that lets AI agents create and publish video. You connect it once, then ask your agent for a video in plain language. It writes the script, picks a voice, generates the visuals, syncs the captions, and returns a finished MP4.

It can also post that video to YouTube, TikTok, and Instagram. Most video MCP servers stop at rendering a file. This one covers the full path, from idea to published post.

There is nothing to install. No npx, no local process, no Docker. The server runs at https://mcp.aituber.app and you sign in with your browser.

What your agent can do

  • Browse voices. 1,300+ AI voices across 140+ languages. Filter by accent, gender, or mood, with a preview URL for each.
  • Get ideas and scripts. Ask for video topics in a niche, then have it write the narration.
  • Generate a video. Build it from AI images, AI video clips, or real stock footage.
  • Use viral templates. Includes the skeleton X-ray format and 3D talking characters.
  • Make standalone clips. Generate a single AI video clip from a text prompt or an image.
  • Export to MP4. Render in up to 4K and get a download link.
  • Publish and schedule. Post to connected YouTube, TikTok, and Instagram channels.
  • Check credits. Read the current plan and remaining balance before running a batch.

Setup

Every client uses the same URL: https://mcp.aituber.app

Claude and Claude Code

Open Settings → Connectors in Claude Desktop or on claude.ai. Click Add custom connector, paste the URL, and sign in. The connector appears in Claude Code automatically.

Prefer the terminal:

claude mcp add --transport http aituber https://mcp.aituber.app

ChatGPT

Open Settings → Connectors → Advanced and turn on Developer mode. Custom connectors need it. Go back to Connectors, click Create, name it AITuber, and paste the URL. Sign in when the browser window opens.

Cursor

Add this to ~/.cursor/mcp.json for every project, or .cursor/mcp.json for one:

{
  "mcpServers": {
    "aituber": {
      "url": "https://mcp.aituber.app"
    }
  }
}

Then open Settings → MCP and click the Needs login prompt.

Codex

Add this to ~/.codex/config.toml:

[mcp_servers.aituber]
url = "https://mcp.aituber.app"

Notion AI

Open Settings → Connectors, choose Add custom connector, and paste the URL. On a team workspace, an admin may need to allow custom connectors first. Then mention the connector in Notion AI chat to make videos from your notes.

Headless agents (OpenClaw, Hermes, CI)

Agents that cannot open a browser send an API key header instead. Create an API key, then:

{
  "mcpServers": {
    "aituber": {
      "url": "https://mcp.aituber.app",
      "headers": {
        "Authorization": "Bearer ak_your_key"
      }
    }
  }
}

For Claude Code:

claude mcp add --transport http aituber https://mcp.aituber.app \
  --header "Authorization: Bearer ak_your_key"

Publish to YouTube, TikTok, and Instagram

This is the part most video MCP servers do not have. Once you connect a channel in your AITuber dashboard, your agent can publish to it directly.

Ask your agent to make a video and post it, and it will render the MP4, upload it, and return the publication status. You can also schedule a post instead of publishing right away. That makes it possible to run a faceless YouTube or TikTok channel from a single agent conversation.

Example prompts

  • Create a 60-second YouTube Short about 5 shocking facts about the ocean
  • Make a skeleton-style video about what happens if you eat 100 bananas
  • Find me a calm British female voice and create a meditation video
  • Write a script about why the sky is blue, then turn it into a vertical video with captions
  • Generate a faceless narration video about the history of coffee, then publish it to my TikTok
  • Check my credits and create a week of Shorts about personal finance

Video types

TypeBest for
AI ImagesClassic faceless videos. AI images with Ken Burns motion, narration, and word-synced captions.
AI Video ClipsAction and motion. AI-generated clips for each scene.
Stock FootageNews, educational, and documentary content. Real footage matched to your narration.
Skeleton TemplateThe viral "what happens if" X-ray format.
Character TemplateSerialized stories with consistent AI characters.

How it compares to other video MCP servers

Most servers in this category solve one slice of the problem:

  • FFmpeg-based servers handle editing and conversion on files you already have.
  • Mux covers video infrastructure, uploads, and streaming data.
  • TwelveLabs does video search, analysis, and summarization.

AI Video MCP is a generation and distribution server. It creates the video from nothing but a topic, and it publishes the result. Use it when you want the agent to produce finished content, not process existing footage.

Pricing

There is a free plan and no card is needed to start. Paid plans are credit-based and start at $29 per month. Video generation is billed through your AITuber account and is separate from whatever you pay for Claude, ChatGPT, or Cursor.

See current pricing.

FAQ

Is there anything to install? No. The server is hosted at https://mcp.aituber.app. There is no local server, no npx command, and nothing to keep updated.

Do I need an API key? Only for headless agents. Apps like Claude, ChatGPT, Cursor, Codex, and Notion AI sign you in through the browser. Agents that run on their own send an API key as an Authorization header.

Can it publish to YouTube and TikTok? Yes. Connect a channel in your AITuber dashboard, and your agent can publish or schedule to YouTube, TikTok, and Instagram.

Is it free? There is a free plan you can start on with no card. Paid plans are credit-based and start at $29 per month.

Which AI clients does it work with? Claude, Claude Code, ChatGPT, Cursor, Codex, Notion AI, OpenClaw, and Hermes. Any MCP client that supports remote HTTP servers will work.

What languages does it support? 1,300+ voices across 140+ languages, including voice cloning.

Do I set it up twice for Claude Desktop and Claude Code? No. Add the connector once and it appears in Claude Code automatically.

Links

Frequently asked questions

What is the AI Video MCP by AITuber remote MCP server?

The AI Video MCP by AITuber remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.aituber.app, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the AI Video MCP by AITuber MCP server?

Add the endpoint https://mcp.aituber.app to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the AI Video MCP by AITuber MCP server require authentication?

Yes. AI Video MCP by AITuber uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the AI Video MCP by AITuber MCP server use?

AI Video MCP by AITuber exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments

Basic information

Transport

Streamable HTTP

Authentication

OAuth

Author

aituberapp

Submitted by

Dhiva from AITuber