Articles on: API, MCP and integrations

Use AITuber from Claude and other AI tools (MCP)

You can let AI assistants like Claude, ChatGPT, Cursor, and Codex create AITuber videos for you. Add our MCP server with one URL, sign in, and then just ask: "Create a 60-second video about 5 ocean facts".


How do I connect it?


The server URL is:


https://mcp.aituber.app


In Claude (claude.ai or Claude Desktop):


  1. Open Settings.
  2. Go to Connectors.
  3. Click Add custom connector and paste https://mcp.aituber.app.
  4. A browser window opens. Sign in with your AITuber account and approve access.


In Claude Code:


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


In ChatGPT: open Settings, go to Connectors, turn on Developer mode under Advanced, then add the URL and sign in.


Other MCP clients (Cursor, Codex, and more) work the same way: add a remote MCP server with the URL and sign in when prompted. Full per-client setup steps


Can I use an API key instead of signing in?


Yes. For servers, CI, or automation where a browser sign-in is not practical, create a key on the API keys page and send it as a header to the same URL:


Authorization: Bearer ak_your_key_here


There is also a local option you can run with npx if your client only supports local MCP servers. It needs your API key in the AITUBER_API_KEY environment variable:


AITUBER_API_KEY=ak_your_key_here npx @aituber/mcp-server


What can I do through it?


Everything the API can do, by asking in plain language:


  • Generate short-form and long-form videos from a topic or an exact script
  • Browse 1,300+ voices and 27+ visual styles
  • Make music videos, AI clips, and template videos like Skeleton
  • Export to MP4 and get a download link
  • Publish to your connected YouTube, TikTok, Instagram, Facebook, Threads, and X channels
  • Check your credits and plan before generating


Videos made this way spend credits from your account, the same amounts as in the dashboard.



Updated on: 09/08/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!