ContentHero MCP Server
OfficialClick on "Install 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 CLI (@contenthero/cli) lands here next.
Install
npm install @contenthero/sdk
# or run the MCP server directly
npx -y @contenthero/mcpRelated MCP server: PixVerse MCP
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/contenthero-ai/contenthero-sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server