ContentHero MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ContentHero MCP Servergenerate an image of a neon city at dusk"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ContentHero SDK
The official developer platform for ContentHero: programmatic image, video, and audio generation, plus reads and execution across the platform.
This monorepo holds the public packages:
Package | What it is |
The TypeScript kernel: a thin, typed client over the ContentHero | |
The MCP server: ContentHero tools for any MCP client (Claude, Cursor, and others), built on the SDK. | |
The command-line interface: |
Install
npm install @contenthero/sdk
# run the MCP server directly
npx -y @contenthero/mcp
# install the CLI
npm install -g @contenthero/cliRelated MCP server: mcp-litmedia
Quick start (SDK)
import { ContentHero } from '@contenthero/sdk'
const ch = new ContentHero({ apiKey: process.env.CONTENTHERO_API_KEY })
// Estimate first, then generate.
const { creditsEstimate } = await ch.estimateCost({ modelId: 'nano-banana-2', prompt: 'a neon city at dusk' })
const result = await ch.generateAndWait({ modelId: 'nano-banana-2', prompt: 'a neon city at dusk' })
console.log(result.outputUrls)Get an API key in the ContentHero app under Developer settings.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Create and manage AI image and video generations through Quriov's fixed public MCP tools.
Create images & video from any MCP agent — 17 models, spend limits, one URL.
Build, run, schedule, and publish AI video pipelines to YouTube and TikTok from any MCP client.
Related MCP Servers
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT- AlicenseNot gradedqualityDmaintenanceExposes litmedia.ai text-to-image and image-to-video generation tools via MCP, enabling AI agents to generate images and videos directly from prompts.1MIT

arcframe-mcpofficial
AlicenseNot gradedqualityDmaintenanceGenerate videos, images, audio, and 3D models from any MCP-compatible AI agent — Claude, Cursor, ChatGPT, and more.MIT- AlicenseAqualityCmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.815 npmMIT