Hypernatural
Create and edit AI videos from chat: plan shots, generate scenes, and export stories and ads.
Links
README
From the repo.
Hypernatural Agent Skills
Agent skills for Hypernatural — AI video creation from any MCP client or the public REST API.
This repository is also an installable OpenAI plugin that bundles the Hypernatural MCP connection with these skills.
Skills
| Skill | Description |
|---|---|
hypernatural | Create or edit a video from a prompt, script, product, or images using the Hypernatural MCP server. |
Layout
Each skill lives at skills/<name>/SKILL.md with name and description frontmatter. OpenAI-specific presentation and MCP dependency metadata lives beside it in agents/openai.yaml.
skills/ — including each skill's agents/openai.yaml — is auto-synced from hypernatural/mcp_skills/ in the app repo; edit it there, not here.
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://api.hypernatural.ai/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.