Higgsfield Director MCP

Higgsfield Director MCP

Transforms Claude into a complete faceless-video studio for ten proven niches, producing timed storyboards, voiceover calls, captions, and execution manifests that plug directly into Higgsfield's official MCP server.

Category
访问服务器

README

Higgsfield Director MCP — the Faceless Channel Operating System

v4.0. Run this next to Higgsfield's official MCP server and Claude becomes a complete faceless-video studio: scriptwriter's editor, director, cinematographer, voice director, caption timer, budget controller and publishing assistant — for ten proven faceless niches.

One raw script in → a complete production out: narration-timed storyboard, the exact voiceover call, SRT captions, a cost comparison, an edit checklist, the publishing kit (titles/description/hashtags/thumbnail), and an execution manifest of real official Higgsfield MCP calls — price checks first, then character stills, then renders — that the agent pipes straight into the official server.

This layer is pure intelligence — it makes no network calls of its own. No account, no API key, zero dependencies, nothing leaves your machine. It thinks; the official server renders.

Higgsfield™ is a trademark of its respective owner. This is an independent, unofficial companion tool and is not affiliated with or endorsed by Higgsfield AI.


Why it pays for itself

AI video credits are the entire cost of running a faceless channel, and most of them are wasted on renders that get thrown away. The Director attacks that from five directions:

  1. Manifests that actually run. Every call uses the official server's real API shape: real catalog model IDs (veo3_1, kling3_0, minimax_hailuo, …), the real params envelope, durations snapped to what each backend truly accepts. No burned credits on malformed or improvised calls.
  2. Price checks before renders. Every manifest opens with get_cost: true preflight steps that return the true credit price of your shots — and a hard STOP until the budget is confirmed.
  3. Image-first economy (default). A keyframe is generated for every shot at image prices. You approve or re-roll keyframes for cents, then animate only the approved frames. Rerolling a failed idea costs a still, not a video.
  4. Audio off when narration covers it. Models that can render silent do, whenever your voiceover is the soundtrack anyway.
  5. A retention analyzer that runs before you spend. Weak hook, bloated beats, dead spots with nothing to shoot — caught and fixed while the script is still free to change.

Plus estimate_production_cost compares all three render strategies with the savings spelled out, and plan_budget fits your monthly credits to a posting schedule.

The niche matrix — 10 faceless formats, fully templated

Niche Aspect The look
historical_alt_documentary 16:9 oil-painting realism, god-rays, sweeping cranes
cosmic_horror_creepypasta 16:9 analog-horror VHS texture, chiaroscuro dread
dark_psychology_stoicism 9:16 monochrome marble macro, center-band captions
stickman_3d_documentary 16:9 matte-white 3D mannequin history dioramas
reddit_story 9:16 first-person POV realism, domestic unease
true_crime_documentary 16:9 90s news-archive grain, evidence macro, no faces
motivation_luxury 9:16 pre-dawn discipline b-roll, deep blacks
finance_money_psychology 9:16 editorial object metaphors on black glass
sleep_scary_stories 16:9 slow-burn cozy-dread ambience, 15s takes
biblical_mythology_stories 16:9 Caravaggio chiaroscuro, monumental scale

Every niche ships complete: recommended final and draft-tier models (real IDs), camera and shot-size rotations, safe zones, a retention rule, narration words-per-minute, voice direction, music notes, 10 tested hooks, CTA lines, title patterns, hashtags, and topic seeds that feed the 30-day series planner.

The tools (27)

The production line:

Tool What it gives you
produce_faceless_video The headline. Script + niche → narration clock, voiceover call, timed storyboard, SRT captions, cost comparison, edit checklist, publishing kit, and the full execution manifest. Optional save_as persists it to disk.
analyze_script_retention Score the script's hook, pacing and dead spots against the niche's rules — before credits are spent.
estimate_production_cost All-premium vs draft-video vs image-first, with savings spelled out.
plan_budget Monthly credits + upload schedule → the model tier that fits.
export_captions Narration-timed, valid .srt.
plan_shorts_cutdown 16:9 master → 9:16 shorts via the official reframe tool (a fraction of re-rendering).
plan_series 30–90 day calendar: topic + hook + title per episode.
package_for_platform 5 titles, paste-ready description, hashtags, thumbnail generate_image call.
channel_profile Set niche/voice/strategy once — saved to disk, every tool defaults to it.
list_productions / load_production Saved productions survive restarts; resume rendering any time.

The niche toolkit: get_viral_niches, generate_niche_storyboard, get_viral_hooks, apply_retention_framing, create_viral_short_clip, render_complete_script, assign_character_soul.

The director's toolkit: build_prompt, storyboard, apply_style / list_styles (12 cinematic looks), character_sheet, variations, suggest_preset, fix_prompt, negative_prompt.

Characters that never drift — and never get lost

Write recurring characters as @Tokens (@Hero draws her sword), register them once with assign_character_soul, and every script renders the same person. The roster is saved to disk and survives restarts — a series cast, not a session cast. Manifests automatically schedule a reference still per character (soul_2 with your Soul ID, or soul_cast from text) and wire its job_id into every shot's identity reference.

Built-in safety softening

Words that commonly trip generation filters (blood, gun, corpse, and a full true-crime/horror vocabulary) are swapped locally for visually equivalent phrasing before they ever reach the official server — the render queue keeps moving, and every substitution is reported.


New here? Read QUICKSTART.md

Zero-to-first-production in 5 minutes, no coding needed — Claude Desktop connection steps, paste-ready demo scripts in examples/scripts/, and a troubleshooting table.

Install

Requires Python 3.10+. Zero third-party dependencies.

pip install .
# or, from a checkout, run without installing:
python -m higgsfield_director --help

Use it with Claude Desktop (alongside the official server)

{
  "mcpServers": {
    "higgsfield": { "url": "https://mcp.higgsfield.ai" },
    "higgsfield-director": {
      "command": "python",
      "args": ["-m", "higgsfield_director", "serve"]
    }
  }
}

(Official-server entry shown for illustration — follow Higgsfield's own connection instructions for your client.)

Restart Claude Desktop, then just talk:

  • "Set my channel profile: niche true crime, image-first drafts."
  • "Produce this script as a stickman documentary." (paste the script — Claude returns the full production and runs the manifest on the official server, price checks first)
  • "Score this script before we render it."
  • "Plan my next 30 days of reddit stories."
  • "How many credits will this episode cost on each strategy?"

Use it as a CLI

higgsfield-director niches
higgsfield-director produce "Ten thousand workers haul stone at dawn." --as stickman
higgsfield-director analyze "My roommate was subletting my room." --as reddit
higgsfield-director cost "The lighthouse blinks wrong." --as creepypasta
higgsfield-director budget --credits 3000 --episodes 12 --aspect 16:9
higgsfield-director captions "Marcus wrote his journal at dawn." --as stoicism
higgsfield-director series --as motivation --days 30
higgsfield-director package --as "true crime" --topic "the payphone calls of 1994"
higgsfield-director profile --niche sleep --strategy image_first

Every command prints JSON, so it pipes cleanly into other tools.

Run the tests

python -m unittest discover -s tests

100+ offline tests, no network or API key required.

License

MIT — see LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选