Model Context Protocol server for the Hooked Video API. Let AI agents (Claude, GPT, Cursor, etc.) create videos programmatically.
If you already use Hooked Video API MCP, the hooked video api mcp mcp server is the piece that lets your assistant work with it directly. Model Context Protocol server for the Hooked Video API. Let AI agents (Claude, GPT, Cursor, etc.) create videos programmatically.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_avatars — List available AI avatarslist_voices — List available AI voiceslist_music — List background music trackscreate_script_to_video — Create video from a script with AI avatarcreate_prompt_to_video — Create video from a text prompt (AI generates everything)create_tiktok_slideshow — Create TikTok-style slideshowcreate_ugc_ad — Create UGC-style ad videoget_video — Check video status and get download URLlist_videos — List recent videosget_trending_videos — Get trending videos for inspirationInstallation goes through your MCP client rather than a global install: point it at pnpm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: HOOKED_API_KEY, HOOKED_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Hooked Video API MCP's toolset — list_avatars, list_voices, list_music and 7 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_avatars | List available AI avatars |
| list_voices | List available AI voices |
| list_music | List background music tracks |
| create_script_to_video | Create video from a script with AI avatar |
| create_prompt_to_video | Create video from a text prompt (AI generates everything) |
| create_tiktok_slideshow | Create TikTok-style slideshow |
| create_ugc_ad | Create UGC-style ad video |
| get_video | Check video status and get download URL |
| list_videos | List recent videos |
| get_trending_videos | Get trending videos for inspiration |
{
"mcpServers": {
"hooked": {
"command": "npx",
"args": ["-y", "@hooked-so/mcp"],
"env": {
"HOOKED_API_KEY": "your_api_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| HOOKED_API_KEY | Credential the server authenticates with. | Yes |
| HOOKED_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.