Hooked Video Api Mcp
@hooked-so
About Hooked Video Api Mcp
# Hooked MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hooked": {
"command": "npx",
"args": [
"-y",
"@hooked-so/mcp"
],
"env": {
"HOOKED_API_KEY": "your_api_key_here"
}
}
}
}Tools
10List available AI avatars
List available AI voices
List background music tracks
Create video from a script with AI avatar
Create video from a text prompt (AI generates everything)
Create TikTok-style slideshow
Create UGC-style ad video
Check video status and get download URL
List recent videos
Get trending videos for inspiration
Overview
What is Hooked Video Api Mcp?
The Hooked Video Api Mcp is a Model Context Protocol (MCP) server for the Hooked Video API. It enables AI agents such as Claude, GPT, and Cursor to create videos programmatically, serving developers and content creators who want to automate video production.
How to use Hooked Video Api Mcp?
Obtain an API key from hooked.so (Settings → API Keys). Then configure the server via claude_desktop_config.json (Claude Desktop) or .cursor/mcp.json (Cursor) using the command npx -y @hooked-so/mcp and the required environment variable HOOKED_API_KEY. The optional variable HOOKED_API_URL allows a custom API base URL (default https://api.hooked.so).
Key features of Hooked Video Api Mcp
- List available AI avatars, voices, and background music tracks
- Create a video from a script with an AI avatar
- Generate a video from a text prompt (AI handles everything)
- Build TikTok-style slideshows and UGC-style ad videos
- Check video status and retrieve download URLs
- Fetch trending videos for inspiration
Use cases of Hooked Video Api Mcp
- Create a 30-second product video using a specific avatar
- Automate TikTok slideshow generation from text tips
- Poll video status and retrieve final download links
- Browse trending videos in a niche for content ideas
- List available avatars and voices to plan video styles
FAQ from Hooked Video Api Mcp
What tools does the server expose?
The server offers tools including list_avatars, list_voices, list_music, create_script_to_video, create_prompt_to_video, create_tiktok_slideshow, create_ugc_ad, get_video, list_videos, and get_trending_videos.
How do I get an API key?
Sign up at hooked.so, go to Settings → API Keys, and create a new key. Then set it as the HOOKED_API_KEY environment variable.
What environment variables are required?
Only HOOKED_API_KEY is required. Optionally, HOOKED_API_URL can be set to a custom API base URL; the default is https://api.hooked.so.
Which AI agents are supported?
The server works with any MCP‑compatible client, including Claude Desktop and Cursor, as explicitly mentioned in the README.
Can I use a custom API base URL?
Yes, set the HOOKED_API_URL environment variable to your custom endpoint. The default is https://api.hooked.so if not provided.
More Developer Tools MCP servers
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Comments