Skip to main content

MCP server for Hoox — AI video generation platform

Project description

Hoox MCP Server

Official Model Context Protocol (MCP) server for Hoox — the AI video generation platform. This server lets any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) generate videos, manage avatars and voices, and export MP4 files using natural language.

Quickstart with Claude Desktop

  1. Get your API key from app.hoox.video → Settings → API Keys. An Enterprise plan is required to access the API.

  2. Install uv (Python package manager):

    macOS / Linux

    brew install uv
    

    Windows (PowerShell)

    irm https://astral.sh/uv/install.ps1 | iex
    

    If you run into issues, see the uv installation documentation.

  3. Open your claude_desktop_config.json (Claude → Preferences → Developer → Edit Config)
    and add the "mcpServers" block alongside your existing settings:

Before

{
  "preferences": {
    "quickEntryShortcut": "off",
    "coworkScheduledTasksEnabled": false,
    "sidebarMode": "chat"
  }
}

After

{
  "preferences": {
    "quickEntryShortcut": "off",
    "coworkScheduledTasksEnabled": false,
    "sidebarMode": "chat"
  },
  "mcpServers": {
    "Hoox": {
      "command": "uvx",
      "args": ["hoox-mcp@latest"],
      "env": {
        "HOOX_API_KEY": "hx_live_your_key_here"
      }
    }
  }
}

Add the "mcpServers" block to your existing config file — keep your other settings intact.

Other MCP clients

For Cursor, OpenClaw, Claude Code, or any other compatible client:

pip install hoox-mcp

To get the latest tools later, upgrade with pip install -U hoox-mcp and restart your client.

Then add the configuration to your client's MCP configuration file:

{
  "mcpServers": {
    "hoox": {
      "command": "hoox-mcp",
      "env": {
        "HOOX_API_KEY": "hx_live_your_key_here"
      }
    }
  }
}

Your MCP client can now interact with Hoox through the tools listed below.

Example prompts

⚠️ Hoox credits are required to use these tools.

Try for example:

  • "Use the Hoox API to generate a 60-second vertical product demo video for our new DTC skincare serum."
  • "List the male avatars available in an office setting"
  • "Create an avatar from this description: man in a conference room in a suit"
  • "Duplicate the video vid_xxx by changing the voice to a male English voice"
  • "Generate a 45 second script about our new DTC skincare serum, then start the video generation and export the result as MP4"
  • "Generate 4 product images using Flux 2 Pro with a 16:9 ratio"
  • "What's the cost to generate a 6-second video with Kling v3 Pro?"

Available tools

Voices

Tool Description
list_voices List available voices with optional filters (language, gender, tags)
get_voice Get details for a voice by ID

Avatars

Tool Description
list_avatars List available avatar looks with rich filters (gender, age_range, ethnicity, hair_color, place, action, emotion, accessories, selfie)
get_avatar Get full details for an avatar and its looks
get_avatar_look Get details for a specific look
create_avatar Create a new avatar from a prompt or reference images
edit_avatar Edit an existing look to create a new variation
get_avatar_status Check the creation status of an avatar

Asset generation

Tool Description
list_asset_models List AI models for image/video generation (filter by type, provider, tag)
get_asset_model Get full details + input schema for a specific model
get_asset_pricing Calculate the credit cost before starting a generation
start_asset Start an image or video generation job
get_asset_status Check the status of an asset generation job

Script

Tool Description
generate_script Generate a video narration script from a prompt

Video generation

Tool Description
start_generation Start an AI video generation job
get_generation_status Check the status and progress of a generation job

Export

Tool Description
start_export Start exporting a generated video to MP4
get_export_status Check the status of an export job

Video management

Tool Description
duplicate_video Duplicate a completed video, optionally changing the voice or avatar

Typical workflow

Video generation

1. list_voices / list_avatars       →  pick a voice & avatar
2. generate_script (optional)       →  get narration text
3. start_generation                 →  get job_id
4. get_generation_status (polling)  →  get video_id
5. start_export                     →  get export job_id
6. get_export_status (polling)      →  get MP4 download URL

Standalone asset generation

1. list_asset_models                →  pick a model
2. get_asset_pricing (optional)     →  confirm credit cost
3. start_asset                      →  get asset_ids
4. get_asset_status (polling)       →  get output URL

Configuration

Environment variable Required Default Description
HOOX_API_KEY Yes Your Hoox API key (hx_live_...)

Troubleshooting

"HOOX_API_KEY is required"

Make sure the HOOX_API_KEY environment variable is set in your MCP client configuration. The key must start with hx_live_ or hx_.

Error plan_required (403)

Your Hoox account must have an Enterprise plan to use the API. Upgrade at app.hoox.video.

Error insufficient_credits (402)

Your workspace has run out of credits. Top up from the Hoox dashboard under Settings → Billing.

Error rate_limit_exceeded (429)

The API allows 100 requests per minute on the Enterprise plan. Wait a bit before trying again.

Tool not showing up in Claude Desktop / Cursor

  1. Check that hoox-mcp is installed: pip install hoox-mcp or uvx hoox-mcp --help
  2. Restart your MCP client after updating the configuration
  3. Check your client's logs for connection errors

Claude Desktop logs are located at:

  • macOS: ~/Library/Logs/Claude/mcp-server-hoox.log
  • Windows: %APPDATA%\\Claude\\logs\\mcp-server-hoox.log

Generation stuck in "processing"

Video generation can take between 1 and 5 minutes depending on duration and options. Use get_generation_status to monitor progress. If the job is stuck for more than 10 minutes, it may have failed — check the error field in the status response.

License

This project is licensed under the MIT License. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hoox_mcp-0.1.6.tar.gz (58.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hoox_mcp-0.1.6-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file hoox_mcp-0.1.6.tar.gz.

File metadata

  • Download URL: hoox_mcp-0.1.6.tar.gz
  • Upload date:
  • Size: 58.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hoox_mcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 74ef238fb35761a65cfdbfe2a724ff2a61d0f117ff6dedd8bd816b8aa03ce86e
MD5 f43741c67b74500489ea33c5b70dd5df
BLAKE2b-256 f44d9badb6c3ff98abc81a1f72f16a2052b149795c902247f62897d393b2b374

See more details on using hashes here.

Provenance

The following attestation bundles were made for hoox_mcp-0.1.6.tar.gz:

Publisher: publish.yml on Hoox-video/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hoox_mcp-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: hoox_mcp-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hoox_mcp-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0d2b244e477c6746c20f156d62ef2a9d461fe54f995079ffc0d1dcf5d1ffe6d8
MD5 c69ffb02f680d70b1c391a27d88ad62f
BLAKE2b-256 bcff1e951c839fe2d3accdecbf98d56476f07a4c615912bfa5c9f6a8f03b0c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for hoox_mcp-0.1.6-py3-none-any.whl:

Publisher: publish.yml on Hoox-video/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page