NoaCGStudio

Downloads

Two tools you can install

NoaCG runs in your browser, and making graphics or running a show needs nothing installed. These two tools are optional. Install the one that matches what you do.

For playout operators

NoaCG Bridge

Connects NoaCG Playout in your browser to a CasparCG server on your studio network. With it, a production's page puts your graphics on a CasparCG channel and plays the templates and clips already on the server, without the CasparCG Client.

Windows · version latest

Download NoaCG-Bridge.exe

Set it up

  1. Download NoaCG-Bridge.exe onto the computer you operate from. There is nothing to install: the file is the whole program.
  2. Double-click it. Windows warns once because the file is not signed yet: choose More info, then Run anyway. Leave the window it opens running while you work.
  3. A NoaCG page opens in your browser. Press Pair, and allow the site to reach your local network if the browser asks.
  4. Open a production in NoaCG, press Playout in its header, fill in the CasparCG server's address and press Test connection.

Use Chrome or Edge. Safari does not let a web page reach a program on the same computer. The Bridge listens on this computer only and never exposes CasparCG to the internet.

Using OBS, vMix or another browser source? You do not need the Bridge. Start the production, open Output links and add the output URL as a browser source.

Already have Node.js? The same program runs as a command:

npx -y @noacg/cli bridge

The CasparCG guide in the docs

For coding agents and terminals

NoaCG CLI

Lets Claude Code, Codex or any agent that speaks MCP make NoaCG graphics. It gives the agent the rules a graphic has to meet, runs the studio's own validator on what the agent wrote, and saves the result into your NoaCG library.

npm package @noacg/cli · version latest

Needs Node.js 20 or newer, and Chrome or Edge for the validator.

Claude Code

claude plugin marketplace add NoaCG/NoaCG-Studio
claude plugin install noacg@noacg-studio

Codex

codex plugin marketplace add NoaCG/NoaCG-Studio
codex plugin add noacg@noacg-studio

Any other MCP agent

Register a stdio server with the command npx and the arguments -y @noacg/cli mcp:

npx -y @noacg/cli mcp

From a terminal

Every command works through npx with nothing installed, or install it once:

npm i -g @noacg/cli

Saving a graphic into your library needs a free account. Run this once per computer and approve it in the browser:

npx @noacg/cli login

The coding agent guide in the docs · @noacg/cli on npm