"Create a 60-second video about 5 mind-blowing facts about the ocean"
AI Video Creation MCP Server
Ask your AI assistant for a video and get the script, voice, visuals, captions, and finished MP4 without leaving the conversation.
Connected in three steps
Your AI assistant creates videos, browses 1,300+ voices, and exports MP4s. Here is the whole setup.
Copy the server URL
Use this URL to connect AITuber to your client.
https://mcp.aituber.app Pick your client
Choose where you want to create videos. The setup below updates for that client.
Follow the steps for Claude
- Open Settings → Connectors in Claude Desktop or on claude.ai.
- Click Add custom connector and paste the server URL.
https://mcp.aituber.app - Click Connect and sign in with your AITuber account. The connector also appears in Claude Code automatically, so there is nothing else to set up.
Claude Code can add the same server from the command line. Sign in with /mcp after it is added.
claude mcp add --transport http aituber https://mcp.aituber.app When nobody can sign in, Create an API key and pass it as a header. Same server URL.
claude mcp add --transport http aituber https://mcp.aituber.app \
--header "Authorization: Bearer ak_your_key"
- In 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 server URL.
https://mcp.aituber.app - Sign in with your AITuber account when the browser window opens. Then pick AITuber from the tools menu in any chat.
- Add the server to ~/.codex/config.toml.
[mcp_servers.aituber] url = "https://mcp.aituber.app" - Start Codex and sign in with your AITuber account when it asks.
Create an API key so the agent never needs a sign-in.
[mcp_servers.aituber]
url = "https://mcp.aituber.app"
http_headers = { Authorization = "Bearer ak_your_key" } - Add the server to ~/.cursor/mcp.json for every project, or .cursor/mcp.json for just one.
{ "mcpServers": { "aituber": { "url": "https://mcp.aituber.app" } } } - Open Settings → MCP. Cursor shows a Needs login prompt on the AITuber server. Click it and sign in with your AITuber account.
Create an API key and add it as a header so Cursor never asks you to sign in.
{
"mcpServers": {
"aituber": {
"url": "https://mcp.aituber.app",
"headers": {
"Authorization": "Bearer ak_your_key"
}
}
}
}
- In Notion, open Settings → Connectors. On a team workspace, an admin may need to allow custom connectors first.
- Choose Add custom connector, name it AITuber, and paste the server URL.
https://mcp.aituber.app - Sign in with your AITuber account, then mention the connector in Notion AI chat to make videos from your notes.
- Create an API key.
- Add the server to your OpenClaw MCP config with the key as a header.
{ "mcpServers": { "aituber": { "url": "https://mcp.aituber.app", "headers": { "Authorization": "Bearer ak_your_key" } } } } - Restart the agent. It can now create, export, and publish videos on its own.
- Create an API key.
- Add the AITuber server to the MCP section of your Hermes agent config, with the key as an Authorization header.
{ "mcpServers": { "aituber": { "url": "https://mcp.aituber.app", "headers": { "Authorization": "Bearer ak_your_key" } } } } - Reload the agent and ask it for a video. It handles the rest on its own.
You're connected. Just ask.
No API calls to remember. Describe the video you want.
Make a 60-second video about 5 mind-blowing facts about the ocean, with a British female voice, and give me the MP4.
Just Ask
Your AI assistant handles the API calls. You just describe what you want.
"List available British female voices for narration"
"Check how many credits I have left"
"Make a skeleton-style video about what happens if you eat 100 bananas"
"Generate a 6-second cinematic clip of a wave crashing in slow motion"
Every Video Type, Any Agent
All video types available through natural language. No need to remember API parameters.
AI Images
AI-generated images with Ken Burns animation, narration, and word-synced captions. The classic faceless video format.
AI Video Clips
AI-generated video clips for each scene. More dynamic than images, great for action content.
Stock Footage
Real stock footage auto-matched to your narration. Perfect for news, educational, and documentary content.
Skeleton Template
Viral "what happens if..." X-ray style. A proven viral format with millions of views.
Character Template
Character-driven stories with consistent AI characters. Great for serialized content.
Setup guides by client
Step-by-step instructions for each AI client, all using the same hosted server.
ChatGPT MCP setup Add AITuber as a ChatGPT custom connector in developer mode.
Codex MCP setup One entry in config.toml gives the Codex CLI video tools. Cursor MCP setup Add the server to mcp.json and make videos without leaving your IDE.
Notion AI MCP setup Turn Notion pages into narrated videos with a Notion AI connector. More Ways to Create
Use the REST API directly or add skills to coding agents.
Frequently Asked Questions
What is an MCP server?
MCP (Model Context Protocol) is a standard that lets AI assistants connect to outside tools. The AITuber MCP server gives your assistant video tools: it can write scripts, browse 1,300+ voices, generate videos and AI clips, check credits, export MP4s, and publish to your channels.
Do I need to install anything?
No. The server is hosted at https://mcp.aituber.app. You add that one URL in your AI client and sign in. There is no local server, no npx command, and nothing to keep updated on your machine.
Which AI clients are supported?
Claude (Desktop, claude.ai, and Claude Code), ChatGPT, OpenAI Codex, Cursor, Notion AI, OpenClaw, Hermes, and any other MCP-compatible client. Every one of them uses the same URL: https://mcp.aituber.app.
Do I have to set Claude up twice for Claude Code?
No. Add the connector once in Claude Desktop or claude.ai and it shows up in Claude Code automatically. You can add it from the terminal with claude mcp add instead if you prefer, but you never need both.
Is it safe? What permissions does it have?
The server only works with your own AITuber account. It cannot read your files, your browser, or your other tools. Your AI client asks for approval before it runs an action.
Does it update automatically?
Yes. The server is hosted and always runs the latest version. New voices, templates, and tools appear without you doing anything.
Your first video is 2 minutes away.
Sign up and get 50 free credits, enough for your first short video. No credit card required.