AUTOMATIONSWITCH
OfficialAI / ML

HeyGen Hyperframes

by HeyGen

Write HTML, render video. Built for agents. HeyGen's framework that turns HTML templates into video output via MCP. 16,400 GitHub stars and 100 commits on main in the last 30 days.

16,400·6 tools·Released SEP 2025·Apache-2.0
npx -y hyperframes
Share:

Write HTML, render video. Built for agents. HeyGen's framework that turns HTML templates into video output via MCP. 16,400 stars and 100 commits on main in the last 30 days.

Reviewed by M. Nouriel · MAY 2026

INSTALL THIS SERVER

Requires authenticationHEYGEN_API_KEY environment variable. Generate at https://app.heygen.com/settings/api.
{ "mcpServers": { "hyperframes": { "command": "npx", "args": [ "-y", "hyperframes" ], "env": { "HEYGEN_API_KEY": "YOUR_HEYGEN_KEY" } } } }
PrereqNPM: `hyperframes`. Generate HEYGEN_API_KEY at https://app.heygen.com/settings/api. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "hyperframes": { "command": "npx", "args": [ "-y", "hyperframes" ], "env": { "HEYGEN_API_KEY": "YOUR_HEYGEN_KEY" } } } }
{ "mcpServers": { "hyperframes": { "command": "npx", "args": [ "-y", "hyperframes" ], "env": { "HEYGEN_API_KEY": "YOUR_HEYGEN_KEY" } } } }
{ "mcpServers": { "hyperframes": { "command": "npx", "args": [ "-y", "hyperframes" ], "env": { "HEYGEN_API_KEY": "YOUR_HEYGEN_KEY" } } } }
{ "mcpServers": { "hyperframes": { "command": "npx", "args": [ "-y", "hyperframes" ], "env": { "HEYGEN_API_KEY": "YOUR_HEYGEN_KEY" } } } }

6 TOOLS AVAILABLE

render_video
Render an HTML template to video
Admin
list_templates
List available Hyperframes templates
Read
preview_template
Generate a preview frame from a template
Read
get_render_status
Retrieve render job status by ID
Read
list_renders
List recent render jobs
Read
export_video
Export a finished render to MP4 or WebM
Read

OUR ASSESSMENT

Strengths
  • 16,400 GitHub stars.
  • 100 commits on main in the last 30 days.
  • HeyGen official maintenance.
  • Apache-2.0 license.
  • HTML-to-video pipeline is unique among ai-ml MCPs.
Weaknesses
  • HeyGen account required; render time and credits cost money at scale.
  • render_video carries per-second compute cost; agent prompt path needs review.
  • HTML-to-video output limits depend on plan tier.
Security Notes

HEYGEN_API_KEY is account-scoped. Use a dedicated workspace for agent flows. render_video can submit any HTML; review the agent prompt path to avoid rendering content with embedded credentials or PII.

Best For

Marketing-video pipelines where the agent generates HTML and renders to video; product demo flows where the agent assembles slides programmatically; localization where the agent translates copy and re-renders the video.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
Apache-2.0
GitHub
npm
hyperframes
Last Release
hyperframes (npm latest)MAY 9, 2026
First Released
SEP 1, 2025

ADOPTION METRICS

// GitHub Stars
16,400

// Reading this16,400 stars on heygen-com/hyperframes. 100 commits on main in the last 30 days.

// Popularity Rank
#1
Globally · #1 in AI / ML

// Reading thisPairs with Fal.ai, Vapi, ElevenLabs, Pinecone, Qdrant, Mastra, Engram in ai-ml. Hyperframes owns the HTML-to-video slot.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed MAY 9, 2026
02
Cross-referenced
5 directories
PulseMCP, MCP.so, Glama, Smithery, Official MCP Registry
03
Verified against
Claude Desktop, Cursor
Installed and tested across clients
04
Last re-checked
MAY 9, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4.6editorial16,400MAY 9, 2026
PulseMCP— unratedunavailableunavailableMAY 9, 2026
MCP.so— unratedunavailableunavailableMAY 9, 2026
Glama— unratedunavailableunavailableMAY 9, 2026
Smithery— unratedunavailableunavailableMAY 9, 2026
Official MCP Registry— unratedunavailableunavailableMAY 9, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER AI / ML MCP SERVERS

Community4.6

Cognee MCP

topoteretes

Knowledge graph plus vector memory engine for AI agents, exposed as an MCP server with V2 session-aware memory tools (remember, recall, forget, improve) and classic V1 ingestion pipelines (cognify, codify). Three transports: stdio, SSE, Streamable HTTP. 16,965 GitHub stars, Apache-2.0.

8 tools16,997
Community4.6

Codebase Memory MCP

DeusData

High-performance code intelligence MCP server for AI coding agents. Indexes a codebase into a queryable knowledge graph in milliseconds, with 14 MCP tools spanning structural search, call-chain tracing, impact analysis, dead-code detection, and Cypher queries. Single static C binary, 66 languages via tree-sitter, zero runtime dependencies.

9 tools2,021
Vendor4.5

Arize Phoenix MCP

Arize AI

LLM observability platform exposing prompts, projects, traces, spans, sessions, datasets, and experiments through MCP. Published to npm as @arizeai/phoenix-mcp, current 4.0.8 (2026-04-29). 9,496 stars on parent monorepo, Elastic License 2.0.

8 tools9,496
Vendor4.5

Qdrant MCP Server

Qdrant

Official Qdrant vector database MCP server. Acts as a semantic memory layer on top of Qdrant: store information with metadata, retrieve via similarity search. Two tools, very small surface area, exceptionally maintained by the Qdrant team. Configurable embedding provider (fastembed default), supports remote and local Qdrant clusters.

2 tools1,373
Community4.4

Mastra

mastra-ai (Gatsby team)

TypeScript framework for building AI-powered applications and agents, with built-in MCP server support. From the team behind Gatsby. 23,680 GitHub stars and 100 commits on main in the last 30 days.

6 tools23,680
Official4.4

Amazon Bedrock AgentCore MCP

AWS Labs

Official AWS Labs MCP server for Amazon Bedrock AgentCore: agent runtime, memory, gateway, identity, and observability. Tools fetch curated AgentCore documentation and surface deployment guides for runtime, memory, and gateway resources. Apache-2.0 within awslabs/mcp monorepo (8,924 parent stars).

5 tools8,924
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →