Odel
agenthook

agenthook

Local
@avivk54981TypeScriptApache-2.0Updated 1mo ago

Character-consistent UGC video, images, and captions from any MCP client, via the AgentHook API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getagenthook/mcpv1.0.0

Run

npx -y @getagenthook/mcp

MCP client config

{
  "mcpServers": {
    "agenthook": {
      "command": "npx",
      "args": [
        "-y",
        "@getagenthook/mcp"
      ]
    }
  }
}