ContentHero Server
БесплатноНе проверенEnables programmatic image, video, and audio generation via ContentHero, with tools accessible from any MCP client like Claude or Cursor.
Описание
Enables programmatic image, video, and audio generation via ContentHero, with tools accessible from any MCP client like Claude or Cursor.
README
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 |
|---|---|
| @contenthero/sdk | The TypeScript kernel: a thin, typed client over the ContentHero /api/v1 surface. |
| @contenthero/mcp | The MCP server: ContentHero tools for any MCP client (Claude, Cursor, and others), built on the SDK. |
| @contenthero/cli | The command-line interface: contenthero <noun> <verb> from any terminal or agent shell, built on the SDK. |
Install
npm install @contenthero/sdk
# run the MCP server directly
npx -y @contenthero/mcp
# install the CLI
npm install -g @contenthero/cli
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
Установка ContentHero Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/contenthero-ai/contenthero-sdkFAQ
ContentHero Server MCP бесплатный?
Да, ContentHero Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ContentHero Server?
Нет, ContentHero Server работает без API-ключей и переменных окружения.
ContentHero Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ContentHero Server в Claude Desktop, Claude Code или Cursor?
Открой ContentHero Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare ContentHero Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
