Storyboard

The MCP storyboard server isn't running.

What this is

Interactive storyboard interface for the video-generation-rental project. Authoring loop:

To get a live view here

  1. Open Claude Code with the video-generation-rental MCP server connected.
  2. Ask Claude to run create_storyboard(...) + generate_panel(...).
  3. Then render_storyboard(storyboard_id="...") — that boots the SSE server on piccolo:7777.
  4. Refresh this page. Traefik will proxy through to the live view (SSE included).

Past renders

Storyboards rendered earlier are served as static HTML (no live updates, but viewable):

→ Browse past renders

Direct access (skip Traefik)

If the Mac running the MCP server is reachable on Tailscale, you can also tunnel:

ssh -L 7777:127.0.0.1:7777 piccolo

Then http://localhost:7777/<sb_id>/render.html.