AITuber MCP Server
OfficialRelated Servers
Alternatives to AITuber MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAutomated short-form video creation from text prompts, combining text-to-speech, captions, background videos, and music, exposed as an MCP server for AI agents.23 npmMIT
- AlicenseNot gradedqualityCmaintenanceTurns text scripts into complete videos with stock footage, AI narration, and subtitles via MCP tools for AI assistants.MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to automatically generate vertical 'brainrot' style videos with text-to-speech voiceovers, synchronized subtitles, and custom SVG overlays.-

arcframe-mcpofficial
AlicenseNot gradedqualityDmaintenanceGenerate videos, images, audio, and 3D models from any MCP-compatible AI agent — Claude, Cursor, ChatGPT, and more.MIT- AlicenseAqualityCmaintenanceMCP server for faceless YouTube video automation, turning LLM-authored scripts into narrated, captioned videos with AI-generated images and motion.9MIT

PixVerse MCPofficial
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: search_api discovers endpoints and parameters, while execute_api performs the actual API call. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern (search_api, execute_api) using snake_case, making the naming predictable.
Two tools is minimal but suitable for the server's designed workflow of discovery followed by execution. While slightly thin, each tool serves a necessary and distinct role without redundancy.
The combination of search and execute covers the full lifecycle of using the AITuber API: finding the right endpoint and then executing it. Authentication and parameter handling are included, leaving no obvious gaps.