Skip to main content
The hosted MCP server gives your agent everything ContentHero can do at https://mcp.contenthero.ai over OAuth. It is the preferred transport for agents: no key handling, one consent flow, and every call runs as you against your own account and credits. Tools appear as mcp__contenthero__*.

Add ContentHero to your agent

1

Add the server

Point your agent host at https://mcp.contenthero.ai. Pick your host from the sidebar for exact config.
2

Consent once

On first use, the host opens a consent page. Sign in with your ContentHero account and approve. Your host receives a token; you never see or paste a key.
3

Use the tools

The ContentHero tools appear in your toolset, scoped to your account and refreshed by the host.

Pick your host

Claude Code

Claude Desktop & Web

ChatGPT

Codex

Cursor

VS Code

Windsurf

Antigravity

Cline

Gemini CLI

Grok

Perplexity

OpenClaw

Hermes

Trae

Any MCP-compatible host works. If yours is not listed, see Other hosts for the two universal setup patterns.

What you get

Everything across five domains:
  • Generate: image, video, audio, reference board, lip-sync, upscale, transcribe.
  • Pipeline: create, assemble, schedule, and publish posts.
  • Brand: read and edit your brand kit, and search, add to, and grow the knowledge base.
  • Inspiration: outliers, tracked accounts, and brand-account performance.
  • Account: balance and usage.
The model roster is live: it is the modelId enum on the generate tools, resolved from the registry at startup.

Why OAuth

  • No key handling. The token lives in the host, not the conversation.
  • Account-scoped. Every call runs as you, against your own brand kits, media, and connected accounts.
  • Revocable. Disconnect the server in your host, or revoke the session in the ContentHero app, and access stops.

Verify

Once connected, ask your agent to read your balance (get_balance) or list your brand kits (list_brand_kits). A clean read confirms the connection and your scopes.