Skip to main content

Overview

Hoox provides two ways to give your AI agent the ability to generate videos through natural language:
  • MCP Server — plug Hoox directly into any MCP-compatible client (Claude Desktop, Cursor, OpenClaw…) via the official hoox-mcp server.
  • Agent Skills — install a reusable skill into your coding assistant (Cursor, Claude Code…) so it knows how to call the Hoox API.
Both approaches require an Enterprise plan and an API key from app.hoox.video → Settings → API Keys.

Authentication

Learn how to generate and configure your API key

Choose your approach

MCP Server

The standard protocol for agents. Recommended for Claude Desktop, Cursor, and OpenClaw.

Agent Skills

A lighter approach. Install a reusable skill package directly into your CLI or editor.

Resources

API Documentation

Full API reference and quick start guide

GitHub — hoox-mcp

MCP server source code

GitHub — Agent Skills

Agent skill source code and contribution guide