ViralVadoo MCP Server
Allows ChatGPT (via OpenAI) to interact with Vadoo AI APIs for generating videos, adding captions, creating clips, managing characters, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ViralVadoo MCP ServerCreate a video on healthy eating habits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ViralVadoo MCP Server
An MCP (Model Context Protocol) server that exposes all Vadoo AI APIs as tools — compatible with Claude Desktop, Claude Code, Cursor, and ChatGPT.
Tools Available
Tool | Description |
| Check your remaining credit balance |
| Create an AI video from a topic, custom script, or blog URL |
| Poll video generation progress and get the final URL |
| Add AI captions/subtitles to any video |
| Extract viral short clips from a long YouTube/MP4 video |
| Generate a 2-person AI podcast from a URL, PDF, or text |
| List your AI characters |
| Generate a new image of an AI character |
| Poll character image generation status |
| List all available AI voices |
| List supported languages |
| List available visual image styles |
| List available caption themes |
| List predefined video topic categories |
| List available background music tracks |
Related MCP server: PixVerse MCP
Setup
1. Install dependencies
cd ViralVadoo/mcp-server
pip install -r requirements.txt2. Set your API key
cp .env.example .env
# Edit .env and add your Vadoo API key
# Get your key at: https://ai.vadoo.tv/profileClient Configuration
Claude Desktop
Edit %APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"viradvadoo": {
"command": "python",
"args": ["C:\\path\\to\\ViralVadoo\\mcp-server\\server.py"],
"env": {
"VADOO_API_KEY": "your_api_key_here"
}
}
}
}Tip: Use the full absolute path to
server.py. Alternatively, store the key in.envand omit theenvblock.
Claude Code
Run from the terminal inside the mcp-server directory:
claude mcp add viradvadoo -- python /full/path/to/server.pyOr set the env variable first:
VADOO_API_KEY=your_key claude mcp add viradvadoo -- python /full/path/to/server.pyVerify it is registered:
claude mcp listCursor
Open Settings → MCP and add a new server entry:
{
"viradvadoo": {
"command": "python",
"args": ["/full/path/to/ViralVadoo/mcp-server/server.py"],
"env": {
"VADOO_API_KEY": "your_api_key_here"
}
}
}ChatGPT (OpenAI)
ChatGPT (via mcp-proxy HTTP bridge)
Since ChatGPT runs in the cloud, it cannot run local python files directly. We can bridge this local stdio server to SSE (HTTP) and tunnel it.
Install
mcp-proxy:
pip install mcp-proxyRun the proxy with your API key:
Windows Command Prompt (CMD):
set VADOO_API_KEY=your_key_here && mcp-proxy --port 8080 -- python "C:\Users\JAYAP\joint-folder\ViralVadoo\mcp-server\server.py"PowerShell:
$env:VADOO_API_KEY="your_key_here"; mcp-proxy --port 8080 -- python "C:\Users\JAYAP\joint-folder\ViralVadoo\mcp-server\server.py"Expose your port 8080 using
ngrokorlocaltunnelso ChatGPT can connect to it:
npx localtunnel --port 8080Copy the forwarding URL (e.g., https://xxxx.localtunnel.me).
Add to ChatGPT:
Go to ChatGPT Settings → Apps / Connectors → Developer Mode (Turn ON).
Click Add MCP Server / Add App.
Set URL to your tunnel URL with
/sseappended (e.g.https://xxxx.localtunnel.me/sse).
Quick Test
# Start the server directly (stdin/stdout MCP protocol)
python server.pyThe server is ready when it silently awaits — connect your MCP client and the tools will appear automatically.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to Vidu's video generation models for creating high-quality videos from text, images, and reference content. It enables users to generate creative video content directly within MCP-compatible applications like Claude and Cursor.Last updated55MIT

PixVerse MCPofficial
Alicense-qualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.Last updated49MIT- Flicense-qualityDmaintenanceProvides a audio/video creation toolbox via MCP protocol, enabling natural language-based video editing tasks such as image-to-video, video merging, subtitle extraction, and more.Last updated3
- Alicense-qualityDmaintenanceMCP (Model Context Protocol) Server for the SlideMaster Public API. This server exposes 20 tools that let any MCP-compatible AI assistant create AI-powered presentation videos from a simple topic.Last updated108MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SamurAIGPT/vadooai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server